diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9f6a76b..8674d6d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -55,7 +55,7 @@ jobs: cache-from: type=local,src=${{ github.workspace }}/cache cache-to: type=local,dest=${{ github.workspace }}/cache - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }} format: "template"