Skip to content

Commit 2584267

Browse files
authored
Update README.md (#44)
1 parent 7bdbef6 commit 2584267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Socket Security CLI was created to enable integrations with other tools like
77
```` shell
88
socketcli [-h] [--api_token API_TOKEN] [--repo REPO] [--branch BRANCH] [--committer COMMITTER] [--pr_number PR_NUMBER]
99
[--commit_message COMMIT_MESSAGE] [--default_branch] [--target_path TARGET_PATH] [--scm {api,github,gitlab}] [--sbom-file SBOM_FILE]
10-
[--commit-sha COMMIT_SHA] [--generate-license GENERATE_LICENSE] [-v] [--enable-debug] [--enable-json] [--disable-overview]
10+
[--commit-sha COMMIT_SHA] [--generate-license GENERATE_LICENSE] [-v] [--enable-debug] [--enable-json] [--enable-sarif] [--disable-overview]
1111
[--disable-security-issue] [--files FILES] [--ignore-commit-files] [--timeout]
1212
````
1313

@@ -33,6 +33,7 @@ If you don't want to provide the Socket API Token every time then you can use th
3333
| --commit-sha | | False | | The commit hash for the commit |
3434
| --generate-license | | False | False | If enabled with `--sbom-file` will include license details |
3535
| --enable-json | | False | False | If enabled will change the console output format to JSON |
36+
| --enable-sarif | | False | False | If enabled will change the console output format to SARIF |
3637
| --disable-overview | | False | False | If enabled will disable Dependency Overview comments |
3738
| --disable-security-issue | | False | False | If enabled will disable Security Issue Comments |
3839
| --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. |

0 commit comments

Comments
 (0)