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 d13d900 commit e719b25Copy full SHA for e719b25
1 file changed
.github/workflows/nightly-security.yml
@@ -54,6 +54,7 @@ jobs:
54
env:
55
RAILS_ENV: test
56
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/prostaff_test
57
+ REDIS_URL: redis://localhost:6379/0
58
SECRET_KEY_BASE: nightly_audit_secret_key_base_not_for_production
59
JWT_SECRET_KEY: nightly_audit_jwt_secret_not_for_production
60
run: |
@@ -112,7 +113,7 @@ jobs:
112
113
-v "$(pwd)/security_tests/reports/nightly:/zap/wrk:rw" \
114
zaproxy/zap-stable \
115
zap-api-scan.py \
- -t http://localhost:3333/api-docs/v1/swagger.json \
116
+ -t http://localhost:3333/api-docs/v1/swagger.yaml \
117
-f openapi \
118
-r zap-api.html \
119
-J zap-api.json || true
0 commit comments