From 6dcbfa337ad8cc042dd344f4385fb75a96e9c3a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:45:18 +0000 Subject: [PATCH] Update anchore/scan-action action to v5.3.0 | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | anchore/scan-action | v5.2.0 | v5.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b654aa7..c13a227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: no-cache: ${{ github.event_name != 'pull_request' }} - name: Run Grype vulnerability scanner - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 continue-on-error: true id: scan with: @@ -178,7 +178,7 @@ jobs: no-cache: ${{ github.event_name != 'pull_request' }} - name: Run Grype vulnerability scanner - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 continue-on-error: true id: scan with: @@ -245,7 +245,7 @@ jobs: no-cache: ${{ github.event_name != 'pull_request' }} - name: Run Grype vulnerability scanner - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 continue-on-error: true id: scan with: