-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
902f6d1
commit 0986284
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -19,5 +19,5 @@ jobs: | |
- name: ZAP Baseline Scan on Backend | ||
uses: zaproxy/[email protected] | ||
with: | ||
target: 'https://itvr-backend-${{ github.event.inputs.envname }}.apps.silver.devops.gov.bc.ca' | ||
target: 'https://itvr-${{ github.event.inputs.envname }}-backend.apps.silver.devops.gov.bc.ca' | ||
issue_title: "ZAP ${{ github.event.inputs.envname }} Backend Baseline Scan Report" |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 60 | ||
steps: | ||
- name: Ask for approval for ITVR Prod deployment | ||
- name: Ask for approval for Zap Full Scan | ||
uses: trstringer/[email protected] | ||
with: | ||
secret: ${{ github.TOKEN }} | ||
|
@@ -28,5 +28,5 @@ jobs: | |
- name: ZAP Full Scan on Backend | ||
uses: zaproxy/[email protected] | ||
with: | ||
target: 'https://itvr-backend-test.apps.silver.devops.gov.bc.ca' | ||
target: 'https://itvr-test-backend.apps.silver.devops.gov.bc.ca' | ||
issue_title: ZAP Test Backend Baseline Scan Report |