Skip to content

Commit e0c91c0

Browse files
Bump anchore/scan-action from 3.3.4 to 3.3.5
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.4 to 3.3.5. - [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.4...v3.3.5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5db45d4 commit e0c91c0

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
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Anchore Container Scan
127127
id: anchore-scan
128-
uses: anchore/[email protected].4
128+
uses: anchore/[email protected].5
129129
continue-on-error: true
130130
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
131131
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/[email protected].4
83+
uses: anchore/[email protected].5
8484
with:
8585
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
8686
fail-build: true

0 commit comments

Comments
 (0)