docs: project docs, scripts, deployment configs, and evidence

This commit is contained in:
2026-04-02 11:22:17 +08:00
parent 4718980ab5
commit bbeeb63dfa
396 changed files with 165018 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# SCA Summary
- Generated at: 2026-03-24 07:18:02 +08:00
- Project root: $projectRoot
## Commands
- cd frontend/admin && npm.cmd audit --omit=dev --json
- cd frontend/admin && npm.cmd audit --json
- go run golang.org/x/vuln/cmd/govulncheck@latest -json ./...
## Exit Codes
- npm audit production: 1
- npm audit full: 1
- govulncheck: 0
## Findings
- npm audit production: unavailable
- npm audit full: unavailable
- govulncheck findings: 4
## Evidence Files
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\npm-audit-prod-20260324-071730.json -Leaf)
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\npm-audit-prod-20260324-071730.stderr.txt -Leaf)
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\npm-audit-full-20260324-071730.json -Leaf)
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\npm-audit-full-20260324-071730.stderr.txt -Leaf)
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\govulncheck-20260324-071730.jsonl -Leaf)
- $(Split-Path D:\project\docs\evidence\ops\2026-03-24\sca\govulncheck-20260324-071730.stderr.txt -Leaf)