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 93604cd commit ca62505Copy full SHA for ca62505
.github/workflows/anchore.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build the Docker image
41
run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
42
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
43
- uses: anchore/scan-action@b08527d5ae7f7dc76f9621edb6e49eaf47933ccd
+ uses: anchore/scan-action@3.3.1
44
with:
45
image: "localbuild/testimage:latest"
46
acs-report-enable: true
0 commit comments