Skip to content

Commit 33cd968

Browse files
authored
Update coverity-sarif-report.yml
1 parent 0adccdb commit 33cd968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity-sarif-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
COV_USER: ${{ secrets.COV_USER }}
3434
COVERITY_PASSPHRASE: ${{ secrets.COVERITY_PASSPHRASE }}
3535
run: |
36-
COVERITY_TOOL_HOME=$HOME/.synopsys/bridge/tools/cov-analysis/*
36+
COVERITY_TOOL_HOME=$HOME/.blackduck/bridge/tools/cov-analysis/*
3737
IDIR=$(find ${{ github.workspace }}/.bridge -name idir)
3838
$COVERITY_TOOL_HOME/bin/cov-format-errors --dir "$IDIR" --json-output-v10 issues.json
3939
$COVERITY_TOOL_HOME/node/bin/node $COVERITY_TOOL_HOME/SARIF/cov-format-sarif-for-github.js --inputFile issues.json --outputFile results.sarif \

0 commit comments

Comments
 (0)