-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Make plan url to limit errors, change engine back to lowercase
- Loading branch information
1 parent
6275c7b
commit 1ab2114
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters