Run scans every day

This commit is contained in:
Ryan Ahearn
2022-08-23 16:44:34 -04:00
parent 2df4b42da2
commit 2550464b8f
2 changed files with 94 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ jobs:
uses: zaproxy/action-api-scan@v0.1.1
with:
docker_name: 'owasp/zap2docker-weekly'
target: 'http://localhost:6011/'
target: 'http://localhost:6011/_status'
fail_action: true
allow_issue_writing: false
rules_file_name: 'zap.conf'