Skip to content

Commit f818e4b

Browse files
committed
Generate and archive sboms
1 parent af6928c commit f818e4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
NUITKA_CCACHE_BINARY: /usr/bin/ccache
8181
run: |
8282
pip install .[build]
83+
python script/create_sbom.py
8384
python script/build.py
8485
python script/package.py
8586
@@ -92,6 +93,7 @@ jobs:
9293
build/dfetch-package/*.rpm
9394
build/dfetch-package/*.pkg
9495
build/dfetch-package/*.msi
96+
*.cdx.json
9597
9698
test-binary:
9799
name: test binary

0 commit comments

Comments
 (0)