Skip to content

Commit 59e061c

Browse files
committed
build: Enable SBOM and SLSA Provenance
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 83a40d1 commit 59e061c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- name: Publish images
6363
uses: docker/build-push-action@v3
6464
with:
65+
sbom: true
66+
provenance: true
6567
push: true
6668
builder: ${{ steps.buildx.outputs.name }}
6769
context: .

0 commit comments

Comments
 (0)