fix zaproxy action

This commit is contained in:
Kenneth Kehl
2026-06-30 12:39:20 -07:00
parent 56ef7ed243
commit 3947dc17ea
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ jobs:
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run OWASP API Scan
uses: zaproxy/action-api-scan@v0.9.0
uses: zaproxy/action-api-scan@v0.10.0
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
target: 'http://localhost:6011/docs/openapi.yml'

View File

@@ -89,7 +89,7 @@ jobs:
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run OWASP API Scan
uses: zaproxy/action-api-scan@v0.9.0
uses: zaproxy/action-api-scan@v0.10.0
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
target: 'http://localhost:6011/docs/openapi.yml'