Skip to content

Commit

Permalink
Bump anchore/scan-action from 3.3.8 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.6.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@v3.3.8...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 18a99ed commit 36bc1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Anchore Container Scan
id: anchore-scan
uses: anchore/scan-action@v3.3.8
uses: anchore/scan-action@v3.6.0
continue-on-error: true
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Anchore Container Scan
id: anchore-scan
uses: anchore/scan-action@v3.3.8
uses: anchore/scan-action@v3.6.0
with:
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
fail-build: true
Expand Down

0 comments on commit 36bc1a1

Please sign in to comment.