Skip to content

Commit

Permalink
update zap scan url
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Nov 8, 2024
1 parent 902f6d1 commit 0986284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zap-baseline-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions .github/workflows/zap-full-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 0986284

Please sign in to comment.