Skip to content

Commit

Permalink
Merge pull request #72 from IABTechLab/gdm-UID2-3154-secret-scanning
Browse files Browse the repository at this point in the history
Added vuln scan step during build pipeline
  • Loading branch information
gmsdelmundo authored Apr 29, 2024
2 parents 22550be + fa7e5d9 commit da150f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build and run tests
run: ./gradlew build

- name: Vulnerability Scan
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2

- name: Deploy SNAPSHOT to Maven Central
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: ./gradlew publish --stacktrace
Expand Down
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 da150f5

Please sign in to comment.