Update zaproxy-api-scan reference

This changeset updates our GitHub Action for dynamic scans to use the latest release of the zaproxy-api-scan.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-01-31 10:55:33 -05:00
parent aaf2685d46
commit b119457a47

View File

@@ -137,7 +137,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.5.0
uses: zaproxy/action-api-scan@v0.9.0
with:
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
target: 'http://localhost:6011/docs/openapi.yml'