Skip to content

Commit

Permalink
Bump anchore/scan-action from 6.0.0 to 6.1.0 (#279)
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@v6.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 013a6d5 commit f1d0ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devimages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-container-scan
- name: Anchore Container Scan
uses: anchore/scan-action@v6.0.0
uses: anchore/scan-action@v6.1.0
id: scan
with:
image: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-container-scan
- name: Anchore Container Scan
uses: anchore/scan-action@v6.0.0
uses: anchore/scan-action@v6.1.0
id: scan
with:
image: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-container-scan
- name: Anchore Container Scan
uses: anchore/scan-action@v6.0.0
uses: anchore/scan-action@v6.1.0
id: scan
with:
image: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit f1d0ec7

Please sign in to comment.