mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 16:37:27 +02:00
add SBOM generation to CI, document in governance
This commit is contained in:
@@ -68,6 +68,10 @@ jobs:
|
||||
tar -czf builds/notalterra-${GITHUB_REF_NAME}-linux-amd64.tar.gz notalterra
|
||||
cp target/x86_64-pc-windows-gnu/release/notalterra.exe NotAlterra.exe
|
||||
zip -q builds/notalterra-${GITHUB_REF_NAME}-windows-x64.zip NotAlterra.exe
|
||||
- name: Generate SBOM
|
||||
run: |
|
||||
cargo cyclonedx --all --output-dir builds
|
||||
mv builds/notalterra-*.cdx.json builds/notalterra-${GITHUB_REF_NAME}-sbom.cdx.json 2>/dev/null || true
|
||||
- name: Generate hashes
|
||||
id: hash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user