Skip to content

Commit 52d00f5

Browse files
committed
fix(buildkit): add --opt attest:sbom
1 parent 2ce0be2 commit 52d00f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/buildkit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ runs:
288288
"$target_args" \
289289
$cache_options \
290290
--opt filename=./$INPUT_DOCKERFILE \
291+
--opt attest:sbom= \
291292
--output type=image,\"name=$(echo "$INPUT_TAGS" | paste -sd ',' -)\",push=$INPUT_PUSH
292293
}
293294

0 commit comments

Comments
 (0)