Skip to content

Commit

Permalink
Fix coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 27, 2024
1 parent aeeffaf commit 7d29615
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:
mkdir cov-analysis-linux64
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
TOKEN: mZuD8UEtISxYrTIc5K9Xjw

- name: Fixed world writable dirs
run: |
chmod go-w $HOME
sudo chmod -R go-w /usr/share
- name: Configure
run: ./configure

- name: Build with cov-build
run: |
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
Expand Down

0 comments on commit 7d29615

Please sign in to comment.