Skip to content

Commit

Permalink
upgrade zap scan
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Nov 8, 2024
1 parent e1f803f commit 902f6d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zap-baseline-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ZAP Baseline Scan on Frontend
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.11.0
with:
target: "https://itvr-${{ github.event.inputs.envname }}.apps.silver.devops.gov.bc.ca"
issue_title: "ZAP ${{ github.event.inputs.envname }} Frontend Baseline Scan Report"
- name: ZAP Baseline Scan on Backend
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.11.0
with:
target: 'https://itvr-backend-${{ github.event.inputs.envname }}.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 @@ -21,12 +21,12 @@ jobs:
needs: approval-zap-full-scan
steps:
- name: ZAP Full Scan on Frontend
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.11.0
with:
target: 'https://itvr-test.apps.silver.devops.gov.bc.ca'
issue_title: ZAP Test Frontend Baseline Scan Report
- name: ZAP Full Scan on Backend
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.11.0
with:
target: 'https://itvr-backend-test.apps.silver.devops.gov.bc.ca'
issue_title: ZAP Test Backend Baseline Scan Report

0 comments on commit 902f6d1

Please sign in to comment.