Skip to content

Commit

Permalink
Update zaproxy/action-baseline action to v0.11.0 (#3349)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 66a2c15 commit 91605bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
steps:
# f.y.i.: ZAP Scan must be able to log an issue or it will fail.
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.10.0
uses: zaproxy/action-baseline@v0.11.0
with:
target: "https://wps-pr-${{ github.event.number }}.apps.silver.devops.gov.bc.ca"
rules_file_name: ".zap/rules.tsv"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: main
- name: ZAP Scan
# f.y.i.: ZAP Scan must be able to log an issue or it will fail.
uses: zaproxy/action-baseline@v0.10.0
uses: zaproxy/action-baseline@v0.11.0
with:
target: "https://wps-prod.apps.silver.devops.gov.bc.ca/"
rules_file_name: ".zap/rules.tsv"

0 comments on commit 91605bf

Please sign in to comment.