Skip to content

Commit 0ce5d41

Browse files
renovate-botjoelnb
authored andcommitted
Update anchore/scan-action action to v7
1 parent 4f21ce5 commit 0ce5d41

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_ansible.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/ansible:latest
4242
fail-build: false

.github/workflows/apache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_apache.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/apache:latest
4242
fail-build: false

.github/workflows/dnsmasq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_dnsmasq.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/dnsmasq:latest
4242
fail-build: false

.github/workflows/get-deb.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest (latest)
3737
run: echo ${{ steps.docker_build_push_get_deb.outputs.digest }}
3838
- name: Scan image (latest)
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/get-deb:latest
4242
fail-build: false
@@ -53,7 +53,7 @@ jobs:
5353
- name: Image digest (xenial)
5454
run: echo ${{ steps.docker_build_push_get_deb_xenial.outputs.digest }}
5555
- name: Scan image (xenial)
56-
uses: anchore/scan-action@v5
56+
uses: anchore/scan-action@v7
5757
with:
5858
image: joelnb/get-deb:xenial
5959
fail-build: false
@@ -70,7 +70,7 @@ jobs:
7070
- name: Image digest (bionic)
7171
run: echo ${{ steps.docker_build_push_get_deb_bionic.outputs.digest }}
7272
- name: Scan image (bionic)
73-
uses: anchore/scan-action@v5
73+
uses: anchore/scan-action@v7
7474
with:
7575
image: joelnb/get-deb:bionic
7676
fail-build: false
@@ -87,7 +87,7 @@ jobs:
8787
- name: Image digest (focal)
8888
run: echo ${{ steps.docker_build_push_get_deb_focal.outputs.digest }}
8989
- name: Scan image (focal)
90-
uses: anchore/scan-action@v5
90+
uses: anchore/scan-action@v7
9191
with:
9292
image: joelnb/get-deb:focal
9393
fail-build: false
@@ -104,7 +104,7 @@ jobs:
104104
- name: Image digest (jammy)
105105
run: echo ${{ steps.docker_build_push_get_deb_jammy.outputs.digest }}
106106
- name: Scan image (jammy)
107-
uses: anchore/scan-action@v5
107+
uses: anchore/scan-action@v7
108108
with:
109109
image: joelnb/get-deb:jammy
110110
fail-build: false
@@ -121,7 +121,7 @@ jobs:
121121
- name: Image digest (debian-latest)
122122
run: echo ${{ steps.docker_build_push_get_deb_debian_latest.outputs.digest }}
123123
- name: Scan image (debian-latest)
124-
uses: anchore/scan-action@v5
124+
uses: anchore/scan-action@v7
125125
with:
126126
image: joelnb/get-deb:debian-latest
127127
fail-build: false
@@ -138,7 +138,7 @@ jobs:
138138
- name: Image digest (bullseye)
139139
run: echo ${{ steps.docker_build_push_get_deb_bullseye.outputs.digest }}
140140
- name: Scan image (bullseye)
141-
uses: anchore/scan-action@v5
141+
uses: anchore/scan-action@v7
142142
with:
143143
image: joelnb/get-deb:bullseye
144144
fail-build: false
@@ -155,7 +155,7 @@ jobs:
155155
- name: Image digest (buster)
156156
run: echo ${{ steps.docker_build_push_get_deb_buster.outputs.digest }}
157157
- name: Scan image (buster)
158-
uses: anchore/scan-action@v5
158+
uses: anchore/scan-action@v7
159159
with:
160160
image: joelnb/get-deb:buster
161161
fail-build: false
@@ -172,7 +172,7 @@ jobs:
172172
- name: Image digest (bookworm)
173173
run: echo ${{ steps.docker_build_push_get_deb_bookworm.outputs.digest }}
174174
- name: Scan image (bookworm)
175-
uses: anchore/scan-action@v5
175+
uses: anchore/scan-action@v7
176176
with:
177177
image: joelnb/get-deb:bookworm
178178
fail-build: false

.github/workflows/gollum.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest (latest)
3737
run: echo ${{ steps.docker_build_push_gollum.outputs.digest }}
3838
- name: Scan image (latest)
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/gollum:latest
4242
fail-build: false
@@ -53,7 +53,7 @@ jobs:
5353
- name: Image digest (nginx)
5454
run: echo ${{ steps.docker_build_push_gollum_nginx.outputs.digest }}
5555
- name: Scan image (nginx)
56-
uses: anchore/scan-action@v5
56+
uses: anchore/scan-action@v7
5757
with:
5858
image: joelnb/gollum:nginx
5959
fail-build: false

.github/workflows/ipecho.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_ipecho.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/ipecho:latest
4242
fail-build: false

.github/workflows/latex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_latex.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/latex:latest
4242
fail-build: false

.github/workflows/r-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_r_base.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/r-base:latest
4242
fail-build: false

.github/workflows/ssh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest (latest)
3737
run: echo ${{ steps.docker_build_push_ssh.outputs.digest }}
3838
- name: Scan image (latest)
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/ssh:latest
4242
fail-build: false
@@ -53,7 +53,7 @@ jobs:
5353
- name: Image digest (trusty)
5454
run: echo ${{ steps.docker_build_push_ssh_trusty.outputs.digest }}
5555
- name: Scan image (trusty)
56-
uses: anchore/scan-action@v5
56+
uses: anchore/scan-action@v7
5757
with:
5858
image: joelnb/ssh:trusty
5959
fail-build: false
@@ -70,7 +70,7 @@ jobs:
7070
- name: Image digest (xenial)
7171
run: echo ${{ steps.docker_build_push_ssh_xenial.outputs.digest }}
7272
- name: Scan image (xenial)
73-
uses: anchore/scan-action@v5
73+
uses: anchore/scan-action@v7
7474
with:
7575
image: joelnb/ssh:xenial
7676
fail-build: false

.github/workflows/tiddlywiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Image digest
3737
run: echo ${{ steps.docker_build_push_tiddlywiki.outputs.digest }}
3838
- name: Scan image
39-
uses: anchore/scan-action@v5
39+
uses: anchore/scan-action@v7
4040
with:
4141
image: joelnb/tiddlywiki:latest
4242
fail-build: false

0 commit comments

Comments
 (0)