diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eec09eb7..2a96b710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: if: ${{ success() && steps.build_and_push.outputs.digest }} env: IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }} - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.32.0 with: scan-type: 'image' scanners: 'license' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 434a98fd..99cff325 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -71,7 +71,7 @@ jobs: - name: Run Trivy to get an SBOM report of the container env: IMAGE_REF: ${{ env.DOCKER_IMAGE }}@${{ steps.build_and_push.outputs.digest }} - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.32.0 with: scan-type: 'image' scanners: 'license'