From 3bebe834345dbacaebb913740141ae2c2e36807a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:07:50 +0000 Subject: [PATCH] chore(deps): Bump anchore/scan-action from 3.3.3 to 3.3.5 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.3 to 3.3.5. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/84aa2c1d0eba986ed2274869c27f1e35a625449f...4be3c24559b430723e51858969965e163b196957) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commit.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 8ce7e96..b58f5c0 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@4be3c24559b430723e51858969965e163b196957 # v3.3.5 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..2a5118a 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@4be3c24559b430723e51858969965e163b196957 # v3.3.5 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..ecf3b68 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@4be3c24559b430723e51858969965e163b196957 # v3.3.5 continue-on-error: true with: sbom: ${{ github.event.repository.name }}-${{ matrix.os }}-syft-sbom.spdx.json