diff --git a/.github/workflows/zap-ds.yaml b/.github/workflows/zap-ds.yaml index 022ca1c..6c2a0a5 100644 --- a/.github/workflows/zap-ds.yaml +++ b/.github/workflows/zap-ds.yaml @@ -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'