mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Use owasp stable image for PR scans
weekly image has a bug preventing it from starting
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
- name: Run OWASP Baseline Scan
|
- name: Run OWASP Baseline Scan
|
||||||
uses: zaproxy/action-api-scan@v0.1.1
|
uses: zaproxy/action-api-scan@v0.1.1
|
||||||
with:
|
with:
|
||||||
docker_name: 'owasp/zap2docker-weekly'
|
docker_name: 'owasp/zap2docker-stable'
|
||||||
target: 'http://localhost:6011/_status'
|
target: 'http://localhost:6011/_status'
|
||||||
fail_action: true
|
fail_action: true
|
||||||
allow_issue_writing: false
|
allow_issue_writing: false
|
||||||
|
|||||||
Reference in New Issue
Block a user