Skip to content

Commit cb69707

Browse files
committed
⬆️ Updates anchore/scan-action action to v1.0.10
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 1e5d4a1 commit cb69707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
docker build . --file Dockerfile --tag containerscanner:${{ github.sha }}
1818
1919
- name: Anchore scan
20-
uses: anchore/scan-action@1.0.6
20+
uses: anchore/scan-action@v1.0.10
2121
with:
2222
image-reference: containerscanner:${{ github.sha }}
2323
dockerfile-path: Dockerfile

0 commit comments

Comments
 (0)