From f3f41beb2c3ce6d390b0c7e4a221cbd81c35d80b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:43:37 +0000 Subject: [PATCH] Update anchore/scan-action digest to bc9adf6 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 07ac34a..c0f97af 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -64,7 +64,7 @@ jobs: cache-to: type=gha,mode=max - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 + uses: anchore/scan-action@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69 with: path: "." acs-report-enable: true diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index 1539bb2..fef803d 100644 --- a/.github/workflows/release-docker-image.yml +++ b/.github/workflows/release-docker-image.yml @@ -70,7 +70,7 @@ jobs: run: echo ${{ steps.docker_build.outputs.digest }} - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72 + uses: anchore/scan-action@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69 with: path: "." acs-report-enable: true