diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 07ac34a..678a644 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@a957c8db22cf88d9cfd2fe5c47495b617f918b2e with: path: "." acs-report-enable: true diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index 1539bb2..56154ba 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@a957c8db22cf88d9cfd2fe5c47495b617f918b2e with: path: "." acs-report-enable: true