Skip to content

Commit

Permalink
Merge pull request #1908 from bcgov/chore/change-zaproxy-image
Browse files Browse the repository at this point in the history
chore: update zaproxy action version and image source
  • Loading branch information
mikevespi authored May 8, 2024
2 parents 8db0d7f + 59bba9d commit 39ad9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ jobs:
- name: run app locally
uses: ./.github/actions/local-app-run
- name: ZAP Base Scan
uses: zaproxy/action-baseline@v0.6.1
uses: zaproxy/action-baseline@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: "owasp/zap2docker-stable"
docker_name: "ghcr.io/zaproxy/zaproxy:stable"
target: "http://localhost:3004/"
rules_file_name: ".zap/rules.tsv"
cmd_options: "-a -d -T 5 -m 2"
Expand Down

0 comments on commit 39ad9bb

Please sign in to comment.