Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump anchore/scan-action from 6.3.0 to 6.5.1
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.3.0 to 6.5.1.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@be7a22d...1638637)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2025
commit caed505cd83c53e0a61634d2a78924983ff5df01
2 changes: 1 addition & 1 deletion .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: List the Docker image
run: docker image ls
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # 6.3.0
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # 6.5.1
id: scan
with:
image: "localbuild/testimage:latest"
Expand Down
Loading