Skip to content

Commit

Permalink
Make plan url to limit errors, change engine back to lowercase
Browse files Browse the repository at this point in the history
pritchyspritch committed Jul 31, 2024
1 parent 6275c7b commit 1ab2114
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-zap.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- name: ZAP Scan
uses: pritchyspritch/[email protected]
with:
plan: 'testplan.yml'
plan: 'https://raw.githubusercontent.com/pritchyspritch/dast-automation/main/testplan.yml'
cmd_options: '-addoninstall kotlin -loglevel debug'
docker_env_vars: |
$USER
2 changes: 1 addition & 1 deletion testplan.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ env:
method: "script"
parameters:
script: "/zap/wrk/stackhawk_kotlin.kts"
scriptEngine: "KOTLIN"
scriptEngine: "kotlin"
cookie_file: "cookies.txt"
auth_script_file: "/zap/wrk/selenium_login.py"
test_path: "https://pp-services.signin.education.gov.uk/my-services"

0 comments on commit 1ab2114

Please sign in to comment.