Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jun 26, 2024
1 parent 3d97f16 commit 85d825a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: ZAP baseline Scan on wis2box-webapp 🕵️‍♂️
uses: zaproxy/[email protected]
env:
ZAP_AUTH_HEADER_VALUE: "Basic d2lzMmJveC11c2VyOndpczJib3h0ZXN0MTIzCg==" # wis2box-user:wis2boxtest123, testing only
ZAP_AUTH_HEADER_VALUE: "Basic d2lzMmJveC11c2VyOndpczJib3h0ZXN0MTIzCg=="
ZAP_AUTH_HEADER: "Authorization"
with:
target: 'http://localhost/wis2box-webapp'
rules_file_name: '.zap/rules.tsv'
Expand Down

0 comments on commit 85d825a

Please sign in to comment.