Use stable OWASP image because weekly is hanging

This commit is contained in:
Ryan Ahearn
2022-10-27 13:11:46 -04:00
parent c045771b76
commit 55abdae45d
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- name: Run OWASP Baseline Scan
uses: zaproxy/action-baseline@v0.7.0
with:
docker_name: "owasp/zap2docker-weekly"
docker_name: "owasp/zap2docker-stable"
target: "http://localhost:6012"
fail_action: true
allow_issue_writing: false

View File

@@ -53,7 +53,7 @@ jobs:
- name: Run OWASP Full Scan
uses: zaproxy/action-full-scan@v0.4.0
with:
docker_name: 'owasp/zap2docker-weekly'
docker_name: 'owasp/zap2docker-stable'
target: 'http://localhost:6012'
fail_action: true
allow_issue_writing: false