Skip to content

Commit d22254f

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

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
@@ -113,6 +113,12 @@ jobs:
113113
-v \
114114
scan rootfs
115115
116+
- name: Generate license summary from Syft report
117+
run: |
118+
set -ux
119+
scripts/syft-license-summary.py rootfs-sbom.syft.json |
120+
tee rootfs-sbom.syft-license-summary.csv.txt
121+
116122
- name: Stage SBOMs for publishing
117123
run: |
118124
set -ux

0 commit comments

Comments
 (0)