fix(ci): correct agent-bom CLI flags + add fs scan#10
Merged
Conversation
Fixes: - agent-bom code: removed --fail-on-severity (not a valid flag) - agent-bom skills scan: added --verbose for full output - Both jobs now cat results to CI log for visibility Added: - agent-bom-fs-scan: filesystem package + CVE scan of skills/ directory - All 3 agent-bom jobs echo results to stdout so findings are visible in CI logs, not just artifacts 3 agent-bom CI jobs: 1. code scan — SAST for AI components, prompts, tools 2. skills audit — trust, risk, provenance on SKILL.md files 3. fs scan — package dependencies, CVEs
Diagrams: - IAM departures: simplified from 15 boxes to 5 clean nodes (LR flow) - Vuln remediation: simplified from 12 boxes to 4 clean nodes (LR flow) - All diagrams now render cleanly on GitHub — no cramped text, no edge spaghetti CI: - Consolidated 3 agent-bom jobs into 1: code scan + skills audit + fs scan - Results printed to CI log AND uploaded as single artifact bundle - One pip install, one job, three scans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes invalid flags, adds fs scan, prints results to CI log for visibility. 3 agent-bom jobs: code, skills, fs.