Skip to content

Commit

Permalink
Fixed issues in owasp-zap-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asecurityguru authored Jan 7, 2025
1 parent 4c516d2 commit 8930de9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/owasp-zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
name: Scan the web applications
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: master
ref: main
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.6.1
uses: zaproxy/action-baseline@v0.14.0
with:
docker_name: 'owasp/zap2docker-stable'
target: 'http://testphp.vulnweb.com/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'
target: 'https://www.zaproxy.org'

0 comments on commit 8930de9

Please sign in to comment.