Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/frontend/cross-spawn…
Browse files Browse the repository at this point in the history
…-7.0.6
  • Loading branch information
sukanya-rath authored Nov 25, 2024
2 parents 036a8d2 + 0338037 commit a0c88d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-to-prod-on-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Penetration Test
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
target: https://paytransparency.fin.gov.bc.ca
cmd_options: "-a"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Penetration Test
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
target: https://paytransparency.fin.gov.bc.ca
cmd_options: "-a"
Expand Down

0 comments on commit a0c88d3

Please sign in to comment.