File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 id : cache-coverity-idir
2727 with :
2828 path : .bridge/**/idir
29- key : ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ runner.os }}
29+ key : ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ runner.os }}-${{ runner.arch }}
3030 - name : Coverity Scan
3131 uses : blackduck-inc/black-duck-security-scan@v2
3232 with :
3333 coverity_url : ${{ vars.COVERITY_URL }}
3434 coverity_user : ${{ secrets.COV_USER }}
3535 coverity_passphrase : ${{ secrets.COVERITY_PASSPHRASE }}
36- coverity_policy_view : ${{ github.event_name != 'pull_request' && 'Outstanding Issues' || '' }}
36+ # coverity_policy_view: ${{ github.event_name != 'pull_request' && 'Outstanding Issues' || '' }}
3737 coverity_prComment_enabled : true
3838 coverity_build_command : mvn -B -DskipTests package
3939 coverity_clean_command : mvn -B clean
You can’t perform that action at this time.
0 commit comments