Skip to content

Commit

Permalink
Update coverity download section
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 13, 2023
1 parent deda8f0 commit 8037d66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/synopsys-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
uses: actions/checkout@v4

- name: Coverity Download
run: |
curl -fLsS --user $COV_USER:$COVERITY_PASSPHRASE $COV_URL/downloadFile.htm?fn=$CSA.tar.gz | tar -C /tmp -xzf -
curl -fLsS --user $COV_USER:$COVERITY_PASSPHRASE -o /tmp/$CSA/bin/license.dat $COV_URL/downloadFile.htm?fn=license.dat
/tmp/$CSA/bin/cov-configure --java
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$COVERITY_PASSPHRASE&project=franziska-wegner%2Fegoa" -O coverity_tool.tgz
mkdir cov-scan
tar ax -f coverity_tool.tgz --strip-components=1 -C cov-scan
- name: Coverity Full Scan
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 8037d66

Please sign in to comment.