diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7e0ec82..4443ed4 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.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }} format: "template"