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 e8c494c commit baedbd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Scan the image and upload dependency results🔍
uses: anchore/sbom-action@v0.15.11
with:
syft-version: v1.3.0
image: ghcr.io/ammnt/angie:main
artifact-name: image.spdx.json
dependency-snapshot: true
Expand All @@ -125,7 +126,7 @@ jobs:
image: ghcr.io/ammnt/angie:main
args: --file=Dockerfile

- name: Upload result to GitHub Code Scanning📊
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif
Expand Down

0 comments on commit baedbd5

Please sign in to comment.