Skip to content

Commit 973cee1

Browse files
authored
fix: update Coverity action config after Github org change (#5563)
The action uses "org/repo" as the project name by default and this stopped working after the move to OpenSSF, as the project is still named "intel/cve-bin-tool" in Coverity. This is a temporary fix to get it running again until the project is properly renamed, which might take some time. Fixes #5562. Signed-off-by: Alex T. <[email protected]>
1 parent 581ffcb commit 973cee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2222
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
2323
with:
24+
project: 'intel/cve-bin-tool' # Temporary fix for #5562 until the project is renamed in Coverity
2425
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
2526
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
2627
command: 'true; rm -rf cov-int/; coverity capture --project-dir ./ --dir cov-int --language python --language javascript --file-exclude-regex cov-analysis/.*'

0 commit comments

Comments
 (0)