trying fixing dynamic scan

This commit is contained in:
Kenneth Kehl
2025-01-31 07:47:30 -08:00
parent 08211d211d
commit 5b83c11b7b

View File

@@ -84,11 +84,11 @@ jobs:
env: env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run OWASP API Scan - name: Run OWASP API Scan
uses: zaproxy/action-api-scan@v0.5.0 uses: zaproxy/action-api-scan@v0.6.0
with: with:
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly' docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
target: 'http://localhost:6011/docs/openapi.yml' target: 'http://localhost:6011/docs/openapi.yml'
fail_action: true fail_action: true
allow_issue_writing: false allow_issue_writing: false
rules_file_name: 'zap.conf' rules_file_name: 'zap.conf'
cmd_options: '-I' cmd_options: '-I -d'