try updating docker action version?

This commit is contained in:
stvnrlly
2023-08-02 16:07:15 -04:00
parent f58df0b747
commit 9bda30394d
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ jobs:
env: env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run OWASP Baseline Scan - name: Run OWASP Baseline Scan
uses: zaproxy/action-api-scan@v0.1.1 uses: zaproxy/action-api-scan@v0.4.0
with: with:
docker_name: 'owasp/zap2docker-stable' docker_name: 'owasp/zap2docker-stable'
target: 'http://localhost:6011/docs/openapi.yml' target: 'http://localhost:6011/docs/openapi.yml'

View File

@@ -80,7 +80,7 @@ jobs:
env: env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run OWASP Baseline Scan - name: Run OWASP Baseline Scan
uses: zaproxy/action-api-scan@v0.1.1 uses: zaproxy/action-api-scan@v0.4.0
with: with:
docker_name: 'owasp/zap2docker-weekly' docker_name: 'owasp/zap2docker-weekly'
target: 'http://localhost:6011/docs/openapi.yml' target: 'http://localhost:6011/docs/openapi.yml'