diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 21073f6..e27f216 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@v6 with: image: joelnb/ansible:latest fail-build: false diff --git a/.github/workflows/apache.yml b/.github/workflows/apache.yml index bbbd726..e67fef7 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@v6 with: image: joelnb/apache:latest fail-build: false diff --git a/.github/workflows/dnsmasq.yml b/.github/workflows/dnsmasq.yml index 197bef3..38813c3 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@v6 with: image: joelnb/dnsmasq:latest fail-build: false diff --git a/.github/workflows/get-deb.yml b/.github/workflows/get-deb.yml index 206362b..7b2b3f0 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@v6 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@v6 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@v6 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@v6 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@v6 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@v6 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@v6 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@v6 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@v6 with: image: joelnb/get-deb:bookworm fail-build: false diff --git a/.github/workflows/gollum.yml b/.github/workflows/gollum.yml index 0154b87..cfed230 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@v6 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@v6 with: image: joelnb/gollum:nginx fail-build: false diff --git a/.github/workflows/ipecho.yml b/.github/workflows/ipecho.yml index 72ea714..659074b 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@v6 with: image: joelnb/ipecho:latest fail-build: false diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7ee7b96..e51d0a0 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@v6 with: image: joelnb/latex:latest fail-build: false diff --git a/.github/workflows/r-base.yml b/.github/workflows/r-base.yml index ee5d096..93ebb8d 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@v6 with: image: joelnb/r-base:latest fail-build: false diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml index f10c987..f64800a 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@v6 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@v6 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@v6 with: image: joelnb/ssh:xenial fail-build: false diff --git a/.github/workflows/tiddlywiki.yml b/.github/workflows/tiddlywiki.yml index 5020f83..6302760 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@v6 with: image: joelnb/tiddlywiki:latest fail-build: false