Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b6d2a0f
Generate CycloneDX SBOM at release time via CI
aclark4life Apr 7, 2026
b5f47b6
Update .github/workflows/wheels.yml
aclark4life Apr 7, 2026
3bfee6b
Update .github/generate-sbom.py
aclark4life Apr 7, 2026
ec12a86
Set executable flag on script with shebang line
radarhere Apr 8, 2026
d14adac
Update .github/workflows/wheels.yml
aclark4life Apr 8, 2026
e0ffb1d
Update .github/generate-sbom.py
aclark4life Apr 8, 2026
5ac9a6d
Update .github/workflows/wheels.yml
aclark4life Apr 8, 2026
ed25b2a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 8, 2026
fb04886
Address CycloneDX SBOM review feedback
aclark4life Apr 9, 2026
1b2d125
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 9, 2026
3388380
Update .github/generate-sbom.py
aclark4life Apr 10, 2026
b53a9e9
Updated raqm to 0.10.5
radarhere Apr 12, 2026
26d4cdb
Update .github/generate-sbom.py
aclark4life Apr 14, 2026
3cddfcd
Update .github/generate-sbom.py
aclark4life Apr 14, 2026
edb0d8f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 14, 2026
77aaf1d
Track raqm vendored modifications in SBOM pedigree
aclark4life Apr 14, 2026
990905d
Update SBOM pedigree for raqm 0.10.5
aclark4life Apr 14, 2026
7cd4ac0
Merge branch 'main' into sbom
radarhere Apr 15, 2026
f63a4ff
Address jkowalleck review comments on SBOM generation
aclark4life Apr 16, 2026
6c2c62f
Hash pin GitHub Actions
radarhere Apr 22, 2026
a8734a8
Update wheels.yml and generate-sbom.py
aclark4life Apr 22, 2026
a6d9c3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 22, 2026
d6209fa
Address review feedback: add argparse import and missing dependsOn en…
aclark4life Apr 22, 2026
88ef24b
Move SBOM validate after upload; pin check-jsonschema in requirements…
aclark4life Apr 22, 2026
acde441
Add .ci/requirements-sbom.txt to workflow path triggers
aclark4life Apr 22, 2026
b281a70
Update .github/generate-sbom.py
aclark4life Apr 23, 2026
6bb7473
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 23, 2026
a3965d7
Combine strings
radarhere Apr 23, 2026
45b4b54
Address radarhere review comments on generate-sbom.py
aclark4life Apr 23, 2026
a250b66
Lint fix
radarhere Apr 24, 2026
34a3824
Simplify code by passing bytes to diff
radarhere Apr 24, 2026
5c993cd
Link to security policy
radarhere Apr 24, 2026
723a30a
Use python3
radarhere Apr 24, 2026
33f124f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 24, 2026
973b756
Update .github/generate-sbom.py
aclark4life Apr 24, 2026
fbcdd20
Correct licences
hugovk Apr 25, 2026
f1f9bf9
Remove C extension that has no deps
hugovk Apr 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/requirements-sbom.txt
Comment thread
aclark4life marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
check-jsonschema==0.37.1
Loading
Loading