address comments
This commit is contained in:
parent
cf08f5a9cd
commit
5b0aafadb1
8 changed files with 53 additions and 31 deletions
2
lib/cli.js
generated
2
lib/cli.js
generated
|
|
@ -35,7 +35,7 @@ function parseGithubApiUrl(inputUrl) {
|
|||
program
|
||||
.command('upload')
|
||||
.description('Uploads a SARIF file, or all SARIF files from a directory, to code scanning')
|
||||
.requiredOption('--sarif-file <file>', 'SARIF file to upload')
|
||||
.requiredOption('--sarif-file <file>', 'SARIF file to upload; can also be a directory for uploading multiple')
|
||||
.requiredOption('--repository <repository>', 'Repository name')
|
||||
.requiredOption('--commit <commit>', 'SHA of commit that was analyzed')
|
||||
.requiredOption('--ref <ref>', 'Name of ref that was analyzed')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue