feat(ci): add weekly NX security audit workflow#8135
Merged
Conversation
New CI workflow that aggregates security audits from pnpm, cargo, pip-audit, CodeQL, and Dependabot into a Starlight MDX dashboard page and structured JSON, auto-creating a PR to dev every Wednesday.
Contributor
Dependency ReviewThe following issues were found:
License Issues.github/workflows/ci-nx-security.yml
OpenSSF Scorecard
Scanned Files
|
Fetch nx-security.json (public, no auth needed) and display a Security Audit ServiceCard with critical/high/medium/total metrics alongside the existing Grafana, ArgoCD, Edge, and ClickHouse cards.
Remove unused variable assignment with constant conditional (if False) and redundant reassignment in parse_python().
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.
Summary
ci-nx-security.ymlworkflow running every Wednesday 06:00 UTC (+ manual dispatch)scripts/nx-security-to-mdx.pygenerates bothnx-security.mdx(Starlight dashboard page) andnx-security.json(structured data)ci-weekly-nx-report.yml: fork guard, arc-runner-set, auto-PR to devOutput files
apps/kbve/astro-kbve/src/content/docs/dashboard/nx-security.mdx— severity cards, ecosystem breakdown, tabbed detail per ecosystemapps/kbve/astro-kbve/public/data/nx/nx-security.json— structured JSON with normalized severity countsTest plan
--helpflag worksworkflow_dispatchto verify end-to-end after merge