Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18c9680

Browse files
authoredMar 3, 2025··
Update crazy-max/ghaction-container-scan digest to f91f8af
1 parent ce4167f commit 18c9680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cve-scanning-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: docker build -f Dockerfile -t user/app:latest .
1414
working-directory: docker
1515
- name: Scan for vulnerabilities
16-
uses: crazy-max/ghaction-container-scan@674eade7c71e59463c98239c5f8ff505e2449bc0
16+
uses: crazy-max/ghaction-container-scan@f91f8af88b424192512e34188cc7c23927080648
1717
with:
1818
image: user/app:latest
1919
env:

0 commit comments

Comments
 (0)
Please sign in to comment.