Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4be3c24559b430723e51858969965e163b196957 # v3.3.5
continue-on-error: true
with:
sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4be3c24559b430723e51858969965e163b196957 # v3.3.5
with:
sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json
severity-cutoff: medium
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4be3c24559b430723e51858969965e163b196957 # v3.3.5
continue-on-error: true
with:
sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json
Expand Down