mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-17 08:01:24 -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
|
||||
uses: zaproxy/action-api-scan@v0.1.1
|
||||
with:
|
||||
docker_name: 'owasp/zap2docker-weekly'
|
||||
docker_name: 'owasp/zap2docker-stable'
|
||||
target: 'http://localhost:6011/_status'
|
||||
fail_action: true
|
||||
allow_issue_writing: false
|
||||
|
||||
Reference in New Issue
Block a user