From 606aeb35381424aee5db5c07cd9961485deac8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:07:15 +0000 Subject: [PATCH] chore(deps): Bump anchore/scan-action from 3.3.3 to 3.3.4 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.3 to 3.3.4. - [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...dafbc97d7259af88b61bd260f2fde565d0668a72) --- 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..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