Compare commits

...

2 Commits

Author SHA1 Message Date
Kenneth Kehl
8b1ad57964 Merge pull request #2284 from GSA/fix_zaproxy
fix zaproxy action
2026-07-01 07:04:34 -07:00
Kenneth Kehl
3947dc17ea fix zaproxy action 2026-06-30 12:39:20 -07:00
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'