File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
actions/vulnerability_scan Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v4
3030 with :
3131 repository : IABTechLab/uid2-shared-actions
32- ref : v2
32+ ref : v3
3333 path : tmp-vulnerability-scan
3434
3535 - name : Retrieve trivy-secret.yaml
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ disable-allow-rules:
199199 - tests
200200 - examples
201201 - vendor
202- # - usr-dirs
202+ - usr-dirs
203203 - locale-dir
204204 - markdown
205205 - node.js
@@ -213,3 +213,7 @@ allow-rules:
213213 - id : skip-localstack-kms-seed
214214 description : Skip localstack KMS seed files
215215 path : \/.*\/localstack\/kms\/seed.yaml
216+
217+ - id : skip-site-packages
218+ description : Skip site-packages directory
219+ path : \/.*\/site-packages\/
You can’t perform that action at this time.
0 commit comments