Skip to content

Commit

Permalink
update zaproxy/action-full-scan to version 0.12.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Nov 26, 2024
1 parent e184511 commit 8072204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
run: npm start

- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'http://localhost:8080'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
uses: actions/[email protected]

- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'http://localhost:3000'
Expand Down

0 comments on commit 8072204

Please sign in to comment.