diff --git a/.github/workflows/cve-scanning-docker.yml b/.github/workflows/cve-scanning-docker.yml index b615bedc..5cb5093e 100644 --- a/.github/workflows/cve-scanning-docker.yml +++ b/.github/workflows/cve-scanning-docker.yml @@ -13,7 +13,7 @@ jobs: run: docker build -f Dockerfile -t user/app:latest . working-directory: docker - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@674eade7c71e59463c98239c5f8ff505e2449bc0 + uses: crazy-max/ghaction-container-scan@f769f5eeb38cfe00ef0ce345ff70a614f55a8d6a with: image: user/app:latest env: