We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b503aec commit 1df7954Copy full SHA for 1df7954
.github/workflows/anchore.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build the Docker image
35
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
36
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
37
- uses: anchore/scan-action@7e1d7c7efead0a0d601d6db77ef537817e3ca6a8
+ uses: anchore/scan-action@8b283479463e8c979d193d2616366226f91fb8c3
38
id: scan
39
with:
40
image: "localbuild/testimage:latest"
0 commit comments