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 2d2c589 commit b5af31fCopy full SHA for b5af31f
.github/workflows/anchore.yml
@@ -33,10 +33,10 @@ jobs:
33
steps:
34
- name: Check out the code
35
uses: actions/checkout@v4
36
- - name: Build the Docker image
+ - name: Build the Container image
37
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
38
- name: Run the Anchore Grype scan action
39
- uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
+ uses: anchore/scan-action@v6
40
id: scan
41
with:
42
image: "localbuild/testimage:latest"
0 commit comments