Skip to content

Commit dba09e1

Browse files
chore(deps): bump docker/scout-action from 1.18.0 to 1.18.1 in the actions group (#7840)
chore(deps): bump docker/scout-action in the actions group Bumps the actions group with 1 update: [docker/scout-action](https://github.com/docker/scout-action). Updates `docker/scout-action` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](docker/scout-action@c94507b...aceeb83) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Abel <[email protected]>
1 parent e1a8441 commit dba09e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Run Docker Scout vulnerability scanner
203203
id: docker-scout
204-
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
204+
uses: docker/scout-action@aceeb83b88f2ae54376891227858dda7af647183 # v1.18.1
205205
with:
206206
command: cves
207207
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Run Docker Scout vulnerability scanner
224224
id: docker-scout
225-
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
225+
uses: docker/scout-action@aceeb83b88f2ae54376891227858dda7af647183 # v1.18.1
226226
with:
227227
command: cves
228228
image: ${{ steps.meta.outputs.tags }}

.github/workflows/image-promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450

451451
- name: Run Docker Scout vulnerability scanner
452452
id: docker-scout
453-
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
453+
uses: docker/scout-action@aceeb83b88f2ae54376891227858dda7af647183 # v1.18.1
454454
with:
455455
command: cves
456456
image: ${{ steps.meta.outputs.tags }}
@@ -539,7 +539,7 @@ jobs:
539539

540540
- name: Run Docker Scout vulnerability scanner
541541
id: docker-scout
542-
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
542+
uses: docker/scout-action@aceeb83b88f2ae54376891227858dda7af647183 # v1.18.1
543543
with:
544544
command: cves
545545
image: ${{ steps.meta.outputs.tags }}
@@ -635,7 +635,7 @@ jobs:
635635

636636
- name: Run Docker Scout vulnerability scanner
637637
id: docker-scout
638-
uses: docker/scout-action@c94507b5bf72bd25244caafe9d4dab09fa2d687b # v1.18.0
638+
uses: docker/scout-action@aceeb83b88f2ae54376891227858dda7af647183 # v1.18.1
639639
with:
640640
command: cves
641641
image: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)