Skip to content

Commit e507cae

Browse files
committed
Enable SBOM in Docker build
1 parent 54662ad commit e507cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
id: push
6666
with:
6767
context: ./target/docker/stage
68+
sbom: true
6869
push: true
6970
tags: ${{ steps.meta.outputs.tags }}
7071
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)