Merge pull request #2284 from GSA/fix_zaproxy

fix zaproxy action
This commit is contained in:
Kenneth Kehl
2026-07-01 07:04:34 -07:00
committed by GitHub
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'