Skip to content

Commit

Permalink
Target url change (#1780)
Browse files Browse the repository at this point in the history
* Update forms-flow-web-cd.yml

* Update forms-flow-bpm-cd.yml
shuhaib-aot authored Nov 24, 2023
1 parent aac5a39 commit 3e047e1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-bpm-cd.yml
Original file line number Diff line number Diff line change
@@ -147,6 +147,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://bpm2.aot-technologies.com/camunda'
target: ${{ secrets.BPM_TARGET_URL }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
@@ -70,6 +70,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://forms-flow-web-app2.aot-technologies.com/form'
target: ${{ secrets.WEB_TARGET_URL }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'

0 comments on commit 3e047e1

Please sign in to comment.