Skip to content

Commit 069b502

Browse files
committed
workflows: debos: Use new license summary script
Signed-off-by: Loïc Minier <[email protected]>
1 parent 0367054 commit 069b502

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/debos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ jobs:
148148
-v \
149149
scan rootfs
150150
151+
- name: Generate license summary from Syft report
152+
run: |
153+
set -ux
154+
scripts/syft-license-summary.py rootfs-sbom.syft.json |
155+
tee rootfs-sbom.syft-license-summary.csv.txt
156+
151157
- name: Stage SBOMs for publishing
152158
run: |
153159
set -ux

0 commit comments

Comments
 (0)