diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 8ce7e96..7da0643 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -90,7 +90,7 @@ jobs: - name: Scan OCI image Syft SBOM with Grype id: scan - uses: anchore/scan-action@84aa2c1d0eba986ed2274869c27f1e35a625449f # v3.3.3 + uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 # v3.3.4 continue-on-error: true with: sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c451095..5631223 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -79,7 +79,7 @@ jobs: - name: Scan OCI image Syft SBOM with Grype id: scan - uses: anchore/scan-action@84aa2c1d0eba986ed2274869c27f1e35a625449f # v3.3.3 + uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 # v3.3.4 with: sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json severity-cutoff: medium diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 694242f..93c1c8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,7 +94,7 @@ jobs: - name: Scan OCI image Syft SBOM with Grype id: scan - uses: anchore/scan-action@84aa2c1d0eba986ed2274869c27f1e35a625449f # v3.3.3 + uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 # v3.3.4 continue-on-error: true with: sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json