We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4167f commit c4f3578Copy full SHA for c4f3578
.github/workflows/cve-scanning-docker.yml
@@ -13,7 +13,7 @@ jobs:
13
run: docker build -f Dockerfile -t user/app:latest .
14
working-directory: docker
15
- name: Scan for vulnerabilities
16
- uses: crazy-max/ghaction-container-scan@674eade7c71e59463c98239c5f8ff505e2449bc0
+ uses: crazy-max/ghaction-container-scan@5345e2354dde896e3f0e99455097222fa3d78cd3
17
with:
18
image: user/app:latest
19
env:
0 commit comments