Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/get-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gollum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipecho.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiddlywiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading