Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: frontend/package-lock.json
- name: Install frontend dependencies
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,16 @@ flowchart LR
PM --> META[metadata.json]
PM --> PARSER[parser.py]

EX --> GUARD[Consent, Safe Mode, Rate, Capability, Network Policy]
GUARD --> ENGINE{Execution Engine}
## Runtime Support

SecuScan CI validates the following runtime baselines:

- Python 3.11
- Node.js 20 and 22

Runtime compatibility changes should keep these CI checks passing.

## Prerequisites

ENGINE --> CLI[CLI Tools]
ENGINE --> PY[Python Scanners]
Expand Down
Loading
Loading