feat(plc): control-application SBOM from CODESYS .projectarchive (#170)
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Successful in 3m28s
CI / Deploy Dashboard (push) Has been skipped
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Has been skipped

This commit was merged in pull request #170.
This commit is contained in:
2026-07-16 15:28:42 +00:00
parent 386d8457d6
commit 7369e031c4
3 changed files with 293 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ pub mod lexer;
pub mod parser;
pub mod plcopen;
pub mod rules;
pub mod sbom;
use std::path::Path;