diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0299e33..820bbd1 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.34.1 + uses: aquasecurity/trivy-action@0.34.2 with: image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }} format: "template"