diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90cb4c3897..4ba13544b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,7 +116,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run Trivy in fs mode to generate SBOM - uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # master + uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master with: scan-type: 'fs' format: 'spdx-json'