Skip to content

Commit

Permalink
change -u to -a
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnrobinson committed Nov 19, 2021
1 parent 177153e commit 4ba821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
docker_name: 'owasp/zap2docker-stable'
target: ${{ env.TARGET_URL }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a -d -T ${{ env.MAX_DURATION }} -m ${{ DURATION }}'
cmd_options: '-a -d -T ${{ env.MAX_DURATION }} -m ${{ env.DURATION }}'
issue_title: OWAP Baseline
- name: ZAP Full Scan
if: ${{ env.SCAN_TYPE == 'full' }}
Expand Down

0 comments on commit 4ba821b

Please sign in to comment.