Skip to content

Commit b9ca4ad

Browse files
authored
Update coverity-ss-action.yml
1 parent 643e79d commit b9ca4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverity-ss-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverity_prComment_enabled: true
3030
coverity_build_command: mvn -B -DskipTests package
3131
coverity_clean_command: mvn -B clean
32-
coverity_args: -o analyze.checkers.checker-config.OVERRUN.report_unprotected_indexing=true
32+
coverity_args: -o analyze.checkers.checker-config.OVERRUN.options.report_unprotected_indexing=true
3333
# coverity_local: true
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
include_diagnostics: false

0 commit comments

Comments
 (0)