Bump zap scanner action version

Fix deprecated artifacts included action
This commit is contained in:
danilapog 2025-02-24 15:30:23 +03:00 committed by Alexey Golubev
parent 22f8a1004f
commit 9c2012b534

View file

@ -61,7 +61,7 @@ jobs:
# -j mean that scanning use AJAX Spider, with this spider the scan takes approximately an hour
# Without any cmd options will be used default spider and the scan takes approximately ~10-15 minutes
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'