Skip to content

Commit 73a77ab

Browse files
authored
Merge pull request #727 from Project-MONAI/dependabot/github_actions/anchore/scan-action-3.3.5
Bump anchore/scan-action from 3.3.4 to 3.3.5
2 parents 5db45d4 + e0c91c0 commit 73a77ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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

+1-1
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)