Skip to content

Commit aa41bee

Browse files
authored
Merge pull request #30 from IABTechLab/gdm-UID2-3154-secret-scanning
Added vuln scanning to test pipeline
2 parents 5dbe75a + 0c94a54 commit aa41bee

File tree

7 files changed

+5066
-309
lines changed

7 files changed

+5066
-309
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Build and Test
2+
on: [pull_request, push, workflow_dispatch]
3+
4+
jobs:
5+
build:
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
7+
secrets: inherit
8+
with:
9+
vulnerability_scan_only: true
10+
publish_vulnerabilities: false

.trivyignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# List any vulnerability that are to be accepted
2+
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
3+
# for more details
4+
# e.g.
5+
# CVE-2022-3996

0 commit comments

Comments
 (0)