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 375412d commit f23e75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ 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/'

test:
name: Image test
Expand Down

0 comments on commit f23e75c

Please sign in to comment.