We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29634f1 commit 163ab5dCopy full SHA for 163ab5d
.github/workflows/anchore.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build the Docker image
43
run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
44
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
45
- uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 # v3.3.4
+ uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5
46
id: scan
47
with:
48
image: "localbuild/testimage:latest"
0 commit comments