security: harden refresh-skills endpoint and add skills docs security gate

This commit is contained in:
sck_0
2026-03-15 09:51:16 +01:00
parent c0c118e223
commit 6f42d5b0a2
15 changed files with 344 additions and 14 deletions

View File

@@ -110,6 +110,9 @@ jobs:
ENABLE_NETWORK_TESTS: "1"
run: npm run test
- name: Run docs security checks
run: npm run security:docs
artifact-preview:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
@@ -220,6 +223,9 @@ jobs:
ENABLE_NETWORK_TESTS: "1"
run: npm run test
- name: Run docs security checks
run: npm run security:docs
- name: Build catalog
run: npm run catalog