Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump anchore/scan-action from 3.3.6 to 6.5.1
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.6 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@v3.3.6...v6.5.1) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2025
commit dbbcdb99f3999d24f0b3fd0a03b37d7762d46c87
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ jobs:

- name: Anchore container scan
id: anchore-scan
uses: anchore/scan-action@v3.3.6
uses: anchore/scan-action@v6.5.1
if: ${{ (matrix.os == 'ubuntu-latest') }}
with:
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
Expand Down
Loading