Skip to content

Commit 92c15f8

Browse files
authored
Update cache key and comment out policy view
1 parent 02ca4e1 commit 92c15f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)