Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump anchore/scan-action from 3.3.5 to 3.3.8 #925

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
Bump anchore/scan-action from 3.3.5 to 3.3.8
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.8.
- [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.5...v3.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 4, 2023
commit 50fb30f6a034e0112d387703d605f3a9d2dc8b37
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ jobs:

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

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