Skip to content

Commit ec0c5a2

Browse files
authored
Merge pull request #184 from IABTechLab/gdm-UID2-5565-vuln
Updated trivy-secret.yaml ref
2 parents bf0cb33 + e1adb83 commit ec0c5a2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

actions/vulnerability_scan/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
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

trivy-secret.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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\/

0 commit comments

Comments
 (0)