Skip to content

Commit

Permalink
Merge pull request #84 from IABTechLab/gdm-UID2-3154-secret-scanning
Browse files Browse the repository at this point in the history
Added build-and-test vuln scan pipeline
  • Loading branch information
gmsdelmundo authored Apr 30, 2024
2 parents 41e0091 + bcbc70e commit 16e4538
Show file tree
Hide file tree
Showing 6 changed files with 5,051 additions and 304 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
working-directory: ${{ env.WORKING_DIR }}
- run: npm test
working-directory: ${{ env.WORKING_DIR }}
- name: Vulnerability Scan
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2
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
Loading

0 comments on commit 16e4538

Please sign in to comment.