Skip to content

Commit bbd37cb

Browse files
Update anchore/scan-action action to v7
1 parent 8f44d3e commit bbd37cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anchore-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
docker build . --file modules/document-generator/src/main/docker/java/Dockerfile --tag localbuild/testimage:latest
3333
3434
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
35-
uses: anchore/scan-action@v2.0.0
35+
uses: anchore/scan-action@v7.3.1
3636
with:
3737
image: "localbuild/testimage:latest"
3838
fail-build: false

0 commit comments

Comments
 (0)