Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
allow_issue_writing: false
target: "${{ env.ZAP_TARGET }}"
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.4.0
uses: zaproxy/action-baseline@v0.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'DAST - Zed Attack Proxy (ZAP) Full Scan' step
Uses Step
uses 'zaproxy/action-baseline' with ref 'v0.14.0', not a pinned commit hash
with:
target: "${{ env.ZAP_TARGET }}"
- uses: SvanBoxel/zaproxy-to-ghas@main
Expand Down
Loading