systemslibrarian/dotnet-cbom

Generate a Cryptographic Bill of Materials (CBOM) for .NET code, upload SARIF, and gate on quantum risk.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetPath to a .sln/.slnx/.csproj, directory, or .cs file to scan.no.
formatsComma-separated output formats: cyclonedx,sarif,markdown,html,summary.nocyclonedx,sarif,summary
outputOutput directory for reports.nocbom-out
profilePolicy posture: general | federal | cnsa2 | audit | developer.nogeneral
fail-onMinimum risk level that fails the job: critical | high | medium | low | none.nohigh
baselineOptional prior CBOM (cbom.cbom.json) to diff against; sets remediation status.no""
configOptional path to cbom.config.json.no""
tool-versionVersion of the PostQuantum.CryptographicBillOfMaterials.Cli global tool to install.nolatest
upload-sarifUpload the generated SARIF to GitHub code scanning.notrue
namedescription
exit-codeThe dotnet-cbom exit code (0 ok, 1 at/above fail-on, 2 partial, 3 usage, 4 internal).