feat(pipeline): analysis-based firmware SBOM from tramiton (#156)
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Successful in 5m3s
CI / Deploy Dashboard (push) Successful in 3m46s
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Successful in 2m14s

This commit was merged in pull request #156.
This commit is contained in:
2026-07-13 08:31:33 +00:00
parent 0ec5fd8295
commit eaaafc0621
5 changed files with 147 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
pub mod code_review;
pub mod cve;
pub mod dedup;
pub mod firmware_sbom;
pub mod git;
pub mod gitleaks;
mod graph_build;