Skip to content

Commit

Permalink
fix: skip scan inside ansible collections dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomansur committed Sep 10, 2021
1 parent ca9301b commit 375412d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cron-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
# Skip scan inside ansible collections dir
skip-dirs: 'usr/lib/python3.9/site-packages/ansible_collections/'

0 comments on commit 375412d

Please sign in to comment.