From c51f990e0a872a96ec98e058076c445bff1aa071 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Sep 2025 00:43:27 +0000 Subject: [PATCH] Update anchore/scan-action action to v7 --- .github/workflows/ansible.yml | 2 +- .github/workflows/apache.yml | 2 +- .github/workflows/dnsmasq.yml | 2 +- .github/workflows/get-deb.yml | 18 +++++++++--------- .github/workflows/gollum.yml | 4 ++-- .github/workflows/ipecho.yml | 2 +- .github/workflows/latex.yml | 2 +- .github/workflows/r-base.yml | 2 +- .github/workflows/ssh.yml | 6 +++--- .github/workflows/tiddlywiki.yml | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 21073f6..3dfd813 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_ansible.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/ansible:latest fail-build: false diff --git a/.github/workflows/apache.yml b/.github/workflows/apache.yml index bbbd726..5d40664 100644 --- a/.github/workflows/apache.yml +++ b/.github/workflows/apache.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_apache.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/apache:latest fail-build: false diff --git a/.github/workflows/dnsmasq.yml b/.github/workflows/dnsmasq.yml index 197bef3..6353117 100644 --- a/.github/workflows/dnsmasq.yml +++ b/.github/workflows/dnsmasq.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_dnsmasq.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/dnsmasq:latest fail-build: false diff --git a/.github/workflows/get-deb.yml b/.github/workflows/get-deb.yml index 206362b..067f214 100644 --- a/.github/workflows/get-deb.yml +++ b/.github/workflows/get-deb.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest (latest) run: echo ${{ steps.docker_build_push_get_deb.outputs.digest }} - name: Scan image (latest) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:latest fail-build: false @@ -53,7 +53,7 @@ jobs: - name: Image digest (xenial) run: echo ${{ steps.docker_build_push_get_deb_xenial.outputs.digest }} - name: Scan image (xenial) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:xenial fail-build: false @@ -70,7 +70,7 @@ jobs: - name: Image digest (bionic) run: echo ${{ steps.docker_build_push_get_deb_bionic.outputs.digest }} - name: Scan image (bionic) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:bionic fail-build: false @@ -87,7 +87,7 @@ jobs: - name: Image digest (focal) run: echo ${{ steps.docker_build_push_get_deb_focal.outputs.digest }} - name: Scan image (focal) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:focal fail-build: false @@ -104,7 +104,7 @@ jobs: - name: Image digest (jammy) run: echo ${{ steps.docker_build_push_get_deb_jammy.outputs.digest }} - name: Scan image (jammy) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:jammy fail-build: false @@ -121,7 +121,7 @@ jobs: - name: Image digest (debian-latest) run: echo ${{ steps.docker_build_push_get_deb_debian_latest.outputs.digest }} - name: Scan image (debian-latest) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:debian-latest fail-build: false @@ -138,7 +138,7 @@ jobs: - name: Image digest (bullseye) run: echo ${{ steps.docker_build_push_get_deb_bullseye.outputs.digest }} - name: Scan image (bullseye) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:bullseye fail-build: false @@ -155,7 +155,7 @@ jobs: - name: Image digest (buster) run: echo ${{ steps.docker_build_push_get_deb_buster.outputs.digest }} - name: Scan image (buster) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:buster fail-build: false @@ -172,7 +172,7 @@ jobs: - name: Image digest (bookworm) run: echo ${{ steps.docker_build_push_get_deb_bookworm.outputs.digest }} - name: Scan image (bookworm) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/get-deb:bookworm fail-build: false diff --git a/.github/workflows/gollum.yml b/.github/workflows/gollum.yml index 0154b87..7d5fcd8 100644 --- a/.github/workflows/gollum.yml +++ b/.github/workflows/gollum.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest (latest) run: echo ${{ steps.docker_build_push_gollum.outputs.digest }} - name: Scan image (latest) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/gollum:latest fail-build: false @@ -53,7 +53,7 @@ jobs: - name: Image digest (nginx) run: echo ${{ steps.docker_build_push_gollum_nginx.outputs.digest }} - name: Scan image (nginx) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/gollum:nginx fail-build: false diff --git a/.github/workflows/ipecho.yml b/.github/workflows/ipecho.yml index 72ea714..38146a2 100644 --- a/.github/workflows/ipecho.yml +++ b/.github/workflows/ipecho.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_ipecho.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/ipecho:latest fail-build: false diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7ee7b96..e1c6b92 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_latex.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/latex:latest fail-build: false diff --git a/.github/workflows/r-base.yml b/.github/workflows/r-base.yml index ee5d096..92011bc 100644 --- a/.github/workflows/r-base.yml +++ b/.github/workflows/r-base.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_r_base.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/r-base:latest fail-build: false diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml index f10c987..e4c09fe 100644 --- a/.github/workflows/ssh.yml +++ b/.github/workflows/ssh.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest (latest) run: echo ${{ steps.docker_build_push_ssh.outputs.digest }} - name: Scan image (latest) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/ssh:latest fail-build: false @@ -53,7 +53,7 @@ jobs: - name: Image digest (trusty) run: echo ${{ steps.docker_build_push_ssh_trusty.outputs.digest }} - name: Scan image (trusty) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/ssh:trusty fail-build: false @@ -70,7 +70,7 @@ jobs: - name: Image digest (xenial) run: echo ${{ steps.docker_build_push_ssh_xenial.outputs.digest }} - name: Scan image (xenial) - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/ssh:xenial fail-build: false diff --git a/.github/workflows/tiddlywiki.yml b/.github/workflows/tiddlywiki.yml index 5020f83..0115359 100644 --- a/.github/workflows/tiddlywiki.yml +++ b/.github/workflows/tiddlywiki.yml @@ -36,7 +36,7 @@ jobs: - name: Image digest run: echo ${{ steps.docker_build_push_tiddlywiki.outputs.digest }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v7 with: image: joelnb/tiddlywiki:latest fail-build: false