Skip to content

Commit c4d7a2e

Browse files
committed
fix(buildkit): add --opt attest:provenance
1 parent b1858f9 commit c4d7a2e

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
@@ -289,6 +289,7 @@ runs:
289289
$cache_options \
290290
--opt filename=./$INPUT_DOCKERFILE \
291291
--opt attest:sbom= \
292+
--opt attest:provenance= \
292293
--output type=image,\"name=$(echo "$INPUT_TAGS" | paste -sd ',' -)\",push=$INPUT_PUSH
293294
}
294295

0 commit comments

Comments
 (0)