Use owasp stable image for PR scans

weekly image has a bug preventing it from starting
This commit is contained in:
Ryan Ahearn
2022-09-26 11:46:46 -04:00
parent 538d2cbe4c
commit dea028b8b4

View File

@@ -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