We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643e79d commit b9ca4adCopy full SHA for b9ca4ad
1 file changed
.github/workflows/coverity-ss-action.yml
@@ -29,7 +29,7 @@ jobs:
29
coverity_prComment_enabled: true
30
coverity_build_command: mvn -B -DskipTests package
31
coverity_clean_command: mvn -B clean
32
- coverity_args: -o analyze.checkers.checker-config.OVERRUN.report_unprotected_indexing=true
+ coverity_args: -o analyze.checkers.checker-config.OVERRUN.options.report_unprotected_indexing=true
33
# coverity_local: true
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
include_diagnostics: false
0 commit comments