Skip to content

Commit ab8b841

Browse files
Bump anchore/scan-action from 3.3.8 to 3.6.4
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.6.4. - [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.4) --- 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>
1 parent 69385b4 commit ab8b841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Anchore Container Scan
126126
id: anchore-scan
127-
uses: anchore/scan-action@v3.3.8
127+
uses: anchore/scan-action@v3.6.4
128128
continue-on-error: true
129129
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
130130
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Anchore Container Scan
8282
id: anchore-scan
83-
uses: anchore/scan-action@v3.3.8
83+
uses: anchore/scan-action@v3.6.4
8484
with:
8585
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
8686
fail-build: true

0 commit comments

Comments
 (0)