diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 553c2cb8ac..0e6736015f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -143,7 +143,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run Trivy in fs mode to generate SBOM - uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master + uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # master with: scan-type: "fs" format: "spdx-json"