Skip to content

Commit d826840

Browse files
chore(deps): bump docker/scout-action from 1.14.0 to 1.15.0 in the actions group (#6690)
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.14.0 to 1.15.0 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](docker/scout-action@cc6bf8d...e1c0d58) --- updated-dependencies: - dependency-name: docker/scout-action dependency-type: direct:production update-type: version-update:semver-minor 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: AlexFenlon <[email protected]>
1 parent 366d9f7 commit d826840

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-oss.yml

+1-1
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@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1.14.0
204+
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1.15.0
205205
with:
206206
command: cves,recommendations
207207
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-plus.yml

+1-1
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@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1.14.0
225+
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1.15.0
226226
with:
227227
command: cves,recommendations
228228
image: ${{ steps.meta.outputs.tags }}

.github/workflows/image-promotion.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449

450450
- name: Run Docker Scout vulnerability scanner
451451
id: docker-scout
452-
uses: docker/scout-action@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1.14.0
452+
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1.15.0
453453
with:
454454
command: cves,recommendations
455455
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@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1.14.0
542+
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1.15.0
543543
with:
544544
command: cves,recommendations
545545
image: ${{ steps.meta.outputs.tags }}
@@ -636,7 +636,7 @@ jobs:
636636

637637
- name: Run Docker Scout vulnerability scanner
638638
id: docker-scout
639-
uses: docker/scout-action@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1.14.0
639+
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1.15.0
640640
with:
641641
command: cves,recommendations
642642
image: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)