Merge pull request #1549 from GSA/update-zaproxy-baseline-action

Update zaproxy-api-scan GitHub Action reference
This commit is contained in:
Kenneth Kehl
2025-01-31 08:44:00 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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'

View File

@@ -84,7 +84,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'