diff --git a/README.md b/README.md index dd76c20..e05657b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Socket Security CLI was created to enable integrations with other tools like ```` shell socketcli [-h] [--api_token API_TOKEN] [--repo REPO] [--branch BRANCH] [--committer COMMITTER] [--pr_number PR_NUMBER] [--commit_message COMMIT_MESSAGE] [--default_branch] [--target_path TARGET_PATH] [--scm {api,github,gitlab}] [--sbom-file SBOM_FILE] - [--commit-sha COMMIT_SHA] [--generate-license GENERATE_LICENSE] [-v] [--enable-debug] [--enable-json] [--disable-overview] + [--commit-sha COMMIT_SHA] [--generate-license GENERATE_LICENSE] [-v] [--enable-debug] [--enable-json] [--enable-sarif] [--disable-overview] [--disable-security-issue] [--files FILES] [--ignore-commit-files] [--timeout] ```` @@ -33,6 +33,7 @@ If you don't want to provide the Socket API Token every time then you can use th | --commit-sha | | False | | The commit hash for the commit | | --generate-license | | False | False | If enabled with `--sbom-file` will include license details | | --enable-json | | False | False | If enabled will change the console output format to JSON | +| --enable-sarif | | False | False | If enabled will change the console output format to SARIF | | --disable-overview | | False | False | If enabled will disable Dependency Overview comments | | --disable-security-issue | | False | False | If enabled will disable Security Issue Comments | | --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. |