Skip to content

Commit

Permalink
CD-5161 - Update readme to add information about new flag (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
salil-sharma-ar authored Jun 28, 2024
1 parent e0c872f commit f7aafe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Run CodeScan static code analysis jobs from Github workflow. The CodeScan action
| login | **required** | Security authentication key for the user having scan access for the project |
| codeScanUrl | https://app.codescan.io/ | CodeScanCloud endpoint for your project |
| pollingTimeoutSec | 900 | Timeout to wait for Post-Analysis report generation is completed (in seconds) |
| scanChangedFilesOnly | true | The flag to indicate that PR scans should only analyze added, changed or modified files in the PR. |
| generateReportFile | true | The flag to indicate that SARIF file should be generated on client side. |
| generateSarifFile | false | The flag to indicate that SARIF file should be generated on server side. |
| failOnRedQualityGate | false | The flag to indicate that pipeline will fail in case of quality gate status failed. |
Expand Down

0 comments on commit f7aafe5

Please sign in to comment.