Skip to content

Commit

Permalink
Merge pull request #89 from svengo/dependabot/github_actions/anchore/…
Browse files Browse the repository at this point in the history
…scan-action-5.2.1

Bump anchore/scan-action from 3.3.0 to 5.2.1
Remove retention-days from anchore.yml
  • Loading branch information
svengo authored Nov 7, 2024
2 parents 937def5 + 0a6b276 commit c9e4a74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest --no-cache --platform linux/amd64
- name: Run the Anchore Grype scan action
uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
uses: anchore/scan-action@f2ba85e044c8f5e5014c9a539328a9c78d3bfa49
id: scan
with:
image: "localbuild/testimage:latest"
Expand All @@ -46,4 +46,3 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
retention-days: 90

0 comments on commit c9e4a74

Please sign in to comment.