From df3063a8254e8ccca37769e463b1e4152256d5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:15:52 +0000 Subject: [PATCH] build(deps): bump anchore/scan-action from 5 to 6 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/scan.yml | 8 ++++---- .github/workflows/scan_released.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index d985109..caea49f 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -28,7 +28,7 @@ jobs: # NOTE: Scan first without failing, else we won't be able to read the scan # report. - name: Scan container image (no fail) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan_container with: image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}" @@ -43,7 +43,7 @@ jobs: - name: Inspect container scan report run: cat ${{ steps.scan_container.outputs.sarif }} - name: Scan container image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}" fail-build: true @@ -58,7 +58,7 @@ jobs: # NOTE: Scan first without failing, else we won't be able to read the scan # report. - name: Scan application (no fail) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan_app with: path: "." @@ -73,7 +73,7 @@ jobs: - name: Inspect application scan report run: cat ${{ steps.scan_app.outputs.sarif }} - name: Scan application - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: path: "." fail-build: true diff --git a/.github/workflows/scan_released.yml b/.github/workflows/scan_released.yml index 0333e49..3688e61 100644 --- a/.github/workflows/scan_released.yml +++ b/.github/workflows/scan_released.yml @@ -32,7 +32,7 @@ jobs: # NOTE: Scan first without failing, else we won't be able to read the scan # report. - name: Scan container image (no fail) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan_container with: image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}" @@ -47,7 +47,7 @@ jobs: - name: Inspect container scan report run: cat ${{ steps.scan_container.outputs.sarif }} - name: Scan container image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}" fail-build: true @@ -68,7 +68,7 @@ jobs: # NOTE: Scan first without failing, else we won't be able to read the scan # report. - name: Scan application (no fail) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan_app with: path: "." @@ -83,7 +83,7 @@ jobs: - name: Inspect application scan report run: cat ${{ steps.scan_app.outputs.sarif }} - name: Scan application - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: path: "." fail-build: true