Skip to content

Commit

Permalink
chore(deps): bump anchore/scan-action from 5.0.0 to 5.1.0 (#714)
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@4e08a16...ef0b0b0)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 91b60e3 commit 5b415af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest

- name: Run the Anchore Grype scan action
uses: anchore/scan-action@4e08a16a68fb1b35d2fca00f0607db0b5b5120a7
uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb
id: scan
with:
path: "."
Expand Down

0 comments on commit 5b415af

Please sign in to comment.