mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
try updating docker action version?
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -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'
|
||||||
|
|||||||
2
.github/workflows/daily_checks.yml
vendored
2
.github/workflows/daily_checks.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user