Skip to content

Commit

Permalink
Update scan.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: John Osborne <[email protected]>
  • Loading branch information
johnfosborneiii authored Nov 21, 2024
1 parent 733bfd9 commit d2ca95a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
- uses: chainguard-dev/[email protected]
with:
identity: "4cf15780a13a9b6576d8b357e6524554c8c12a18/a662f56b58103354"

- name: 'Auth to Registry'
run: |
chainctl auth configure-docker
- name: Scan Image with Grype
run: |
grype "${{ env.REDIS_ORIG_IMAGE }}" -o sarif > grype-results.sarif
Expand Down

0 comments on commit d2ca95a

Please sign in to comment.