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 6f08ad8 commit dbe70c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
- name: Scan Image with Grype
if: env.FIX_CVE == 'true'
run: |
grype "${{ env.REDIS_ORIG_IMAGE }}" -o sarif > grype-results.sarif
cat grype-results.sarif
- name: Upload SARIF results
if: env.FIX_CVE == 'true'
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: grype-results.sarif

0 comments on commit dbe70c6

Please sign in to comment.