Skip to content

Commit b5af31f

Browse files
authored
Update anchore.yml
1 parent 2d2c589 commit b5af31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/anchore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- name: Check out the code
3535
uses: actions/checkout@v4
36-
- name: Build the Docker image
36+
- name: Build the Container image
3737
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
3838
- name: Run the Anchore Grype scan action
39-
uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
39+
uses: anchore/scan-action@v6
4040
id: scan
4141
with:
4242
image: "localbuild/testimage:latest"

0 commit comments

Comments
 (0)