Skip to content

Commit 701e2d7

Browse files
authored
Merge pull request #179 from docker/deps/sbom-image
chore(deps): update BuildKit Syft Scanner image to 1.11.0
2 parents e9e81f4 + 278b019 commit 701e2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ on:
156156
env:
157157
BUILDX_VERSION: "v0.33.0"
158158
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
159-
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
159+
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
160160
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
161161
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.88.0"
162162
HANDLEBARS_MODULE: "handlebars@4.7.9"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ on:
159159
env:
160160
BUILDX_VERSION: "v0.33.0"
161161
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
162-
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
162+
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
163163
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
164164
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.88.0"
165165
HANDLEBARS_MODULE: "handlebars@4.7.9"

0 commit comments

Comments
 (0)