We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7978068 commit b4fd915Copy full SHA for b4fd915
.github/workflows/ci.yml
@@ -68,13 +68,19 @@ jobs:
68
69
- name: 🛡️ Security Tests - Prompt Injection Defense
70
working-directory: ./api
71
+ env:
72
+ CI: true
73
+ SKIP_EXTERNAL_SERVICE_TESTS: true
74
run: |
75
echo "🛡️ Running security tests - prompt injection defense..."
76
npm run test:security -- --ci --verbose=false --testTimeout=10000
77
echo "✅ Security tests completed"
78
79
- name: 🔍 Security scan - npm audit
80
81
82
83
84
85
echo "� Scanning dependencies for security vulnerabilities..."
86
npm audit --audit-level=moderate
0 commit comments