Skip to content

Commit

Permalink
chore: update zaproxy action version and image source
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed May 7, 2024
1 parent 8db0d7f commit 59bba9d
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 59bba9d

Please sign in to comment.