Skip to content

Commit

Permalink
Update ZAP2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelambert authored May 23, 2024
1 parent b07a167 commit e729be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ZAP2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
python3.11 -m WebScripts --accept-unauthenticated-user --accept-unknow-user --blacklist-time 0 --auth-failures-to-blacklist 99999 &
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.2.0
uses: zaproxy/action-full-scan@master
with:
docker_name: 'owasp/zap2docker-stable'
target: 'http://127.0.0.1:8000'
cmd_options: '-a'
fail_action: false
Expand Down

0 comments on commit e729be7

Please sign in to comment.