You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| -h | --help | False || Show the CLI help message |
20
-
| --api_token || False || Provides the Socket API Token |
21
-
| --repo || True || The string name in a git approved name for repositories. |
22
-
| --branch || False || The string name in a git approved name for branches. |
23
-
| --committer || False || The string name of the person doing the commit or running the CLI. Can be specified multiple times to have more than one committer |
24
-
| --pr_number || False | 0 | The integer for the PR or MR number |
25
-
| --commit_message || False || The string for a commit message if there is one |
26
-
| --default_branch || False | False | If the flag is specified this will signal that this is the default branch. This needs to be enabled for a report to update Org Alerts and Org Dependencies |
27
-
| --target_path || False | ./ | This is the path to where the manifest files are location. The tool will recursively search for all supported manifest files |
28
-
| --scm || False | api | This is the mode that the tool is to run in. For local runs `api` would be the mode. Other options are `gitlab` and `github`|
29
-
| --generate-license || False | False | If this flag is specified it will generate a json file with the license per package and license text in the current working directory |
30
-
| --version | -v | False || Prints the version and exits |
31
-
| --enable-debug || False | False | Enables debug messaging for the CLI |
32
-
| --sbom-file || False | False | Creates a JSON file with all dependencies and alerts |
33
-
| --commit-sha || False || The commit hash for the commit |
34
-
| --generate-license || False | False | If enabled with `--sbom-file` will include license details |
35
-
| --enable-json || False | False | If enabled will change the console output format to JSON |
36
-
| --disable-overview || False | False | If enabled will disable Dependency Overview comments |
37
-
| --disable-security-issue || False | False | If enabled will disable Security Issue Comments |
38
-
| --files || False || If provided in the format of `["file1", "file2"]`it will only look for those files and not glob the path |
39
-
| --ignore-commit-files || False | False | If enabled then the CLI will ignore what files are changed in the commit and look for all manifest files |
40
-
| --disable-blocking || False | False | Disables failing checks and will only exit with an exit code of 0 |
| -h | --help | False || Show the CLI help message |
20
+
| --api_token || False || Provides the Socket API Token |
21
+
| --repo || True || The string name in a git approved name for repositories. |
22
+
| --branch || False || The string name in a git approved name for branches. |
23
+
| --committer || False || The string name of the person doing the commit or running the CLI. Can be specified multiple times to have more than one committer |
24
+
| --pr_number || False | 0 | The integer for the PR or MR number |
25
+
| --commit_message || False || The string for a commit message if there is one |
26
+
| --default_branch || False | False | If the flag is specified this will signal that this is the default branch. This needs to be enabled for a report to update Org Alerts and Org Dependencies |
27
+
| --target_path || False | ./ | This is the path to where the manifest files are location. The tool will recursively search for all supported manifest files |
28
+
| --scm || False | api | This is the mode that the tool is to run in. For local runs `api` would be the mode. Other options are `gitlab` and `github`|
29
+
| --generate-license || False | False | If this flag is specified it will generate a json file with the license per package and license text in the current working directory |
30
+
| --version | -v | False || Prints the version and exits |
31
+
| --enable-debug || False | False | Enables debug messaging for the CLI |
32
+
| --sbom-file || False | False | Creates a JSON file with all dependencies and alerts |
33
+
| --commit-sha || False || The commit hash for the commit |
34
+
| --generate-license || False | False | If enabled with `--sbom-file` will include license details |
35
+
| --enable-json || False | False | If enabled will change the console output format to JSON |
36
+
| --disable-overview || False | False | If enabled will disable Dependency Overview comments |
37
+
| --disable-security-issue || False | False | If enabled will disable Security Issue Comments |
38
+
| --files || False || If provided in the format of `["file1", "file2"]` will be used to determine if there have been supported file changes. This is used if it isn't a git repo and you would like to only run if it supported files have changed.|
39
+
| --ignore-commit-files || False | False | If enabled then the CLI will ignore what files are changed in the commit and look for all manifest files |
40
+
| --disable-blocking || False | False | Disables failing checks and will only exit with an exit code of 0 |
0 commit comments