mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-05 05:05:08 +02:00
Merge PR #155: add /cso skill — OWASP Top 10 + STRIDE security audit
# Conflicts: # scripts/gen-skill-docs.ts # scripts/skill-check.ts # test/gen-skill-docs.test.ts # test/skill-validation.test.ts
This commit is contained in:
@@ -35,6 +35,7 @@ const SKILL_FILES = [
|
||||
'benchmark/SKILL.md',
|
||||
'land-and-deploy/SKILL.md',
|
||||
'setup-deploy/SKILL.md',
|
||||
'cso/SKILL.md',
|
||||
].filter(f => fs.existsSync(path.join(ROOT, f)));
|
||||
|
||||
let hasErrors = false;
|
||||
|
||||
Reference in New Issue
Block a user