Skip to content

Commit e719b25

Browse files
committed
fix: solve remainig nightly workflow issues
1 parent d13d900 commit e719b25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly-security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
env:
5555
RAILS_ENV: test
5656
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/prostaff_test
57+
REDIS_URL: redis://localhost:6379/0
5758
SECRET_KEY_BASE: nightly_audit_secret_key_base_not_for_production
5859
JWT_SECRET_KEY: nightly_audit_jwt_secret_not_for_production
5960
run: |
@@ -112,7 +113,7 @@ jobs:
112113
-v "$(pwd)/security_tests/reports/nightly:/zap/wrk:rw" \
113114
zaproxy/zap-stable \
114115
zap-api-scan.py \
115-
-t http://localhost:3333/api-docs/v1/swagger.json \
116+
-t http://localhost:3333/api-docs/v1/swagger.yaml \
116117
-f openapi \
117118
-r zap-api.html \
118119
-J zap-api.json || true

0 commit comments

Comments
 (0)