diff --git a/scripts/cve-reports/README.md b/scripts/cve-reports/README.md index c2bc3de..ea0d840 100644 --- a/scripts/cve-reports/README.md +++ b/scripts/cve-reports/README.md @@ -14,6 +14,8 @@ send-scan.py --report-path --jira-url - `--report-path` - Specifies location of report(s). If it is single file, it will be parsed on its own. If it is a directory all files in the directory will be parsed one by one. Only JSON and SARIF formats are supported. - `--jira-url` - Specifies URL of Jira automation to which reports should be sent. +- `--add-github-meta` - Adds GitHub metadata to sent request. +- `--verbose` - Prints out sent body and return code of request. ## Testing