diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index c64c6bf..ed3d6a1 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -55,7 +55,7 @@ jobs: docker build -t ${{ github.sha }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 + uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f with: image-ref: "${{ github.sha }}" format: "template"