diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index d98510927..caea49f5b 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 0333e4925..3688e61a3 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