Skip to content

Commit

Permalink
ci: do not scan Coverity by Coverity
Browse files Browse the repository at this point in the history
Fixes: 60a72f4 ("ci: scan the whole repository through Coverity")
  • Loading branch information
lzaoral committed Nov 8, 2023
1 parent e56031c commit cc5264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
project: openscanhub/openscanhub
command: --no-command --fs-capture-search .
command: --no-command --fs-capture-search . --fs-capture-search-exclude-regex '/cov-(int|analysis)/'

0 comments on commit cc5264a

Please sign in to comment.