Skip to content

Commit 70e0606

Browse files
authored
Merge pull request #25 from IABTechLab/gdm-UID2-3154-secret-scanning
Added build-and-test vuln scanning
2 parents 2b885d5 + 151be0e commit 70e0606

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

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)