Skip to content

Commit

Permalink
Merge pull request #58 from IABTechLab/gdm-UID2-3154-secret-scanning
Browse files Browse the repository at this point in the history
Added vuln scanning
  • Loading branch information
gmsdelmundo authored Apr 26, 2024
2 parents 1280848 + 49c5fd1 commit e4c13ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Build and Test
on: [pull_request, push, workflow_dispatch]

jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
secrets: inherit
with:
vulnerability_scan_only: true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ obj
Properties
*.idea/*
*.user

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

0 comments on commit e4c13ed

Please sign in to comment.