Skip to content

Commit

Permalink
added: Snyk and Syft scanning tools for image
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Apr 29, 2024
1 parent baedbd5 commit 3aedc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
scanners: "vuln"

- name: Upload Trivy report as a Github artifact📊
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4
with:
name: trivy-sbom-report
path: "${{ github.workspace }}/dependency-results.sbom.json"
Expand All @@ -115,7 +115,7 @@ jobs:
syft-version: v1.3.0
image: ghcr.io/ammnt/angie:main
artifact-name: image.spdx.json
dependency-snapshot: true
dependency-snapshot: false

- name: Run Snyk to check Docker image for vulnerabilities🔍
continue-on-error: true
Expand Down

0 comments on commit 3aedc43

Please sign in to comment.