From 543b4a72d6e10003cd5b69202c60a886c0924166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:22:27 +0000 Subject: [PATCH] chore(deps): update zaproxy/action-full-scan action to v0.8.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aea826d..1bae681 100644 --- a/action.yml +++ b/action.yml @@ -227,7 +227,7 @@ runs: if: steps.vars.outputs.url && ( steps.triggers.outputs.triggered == 'true' )&& ( inputs.penetration_test == 'true' ) - uses: zaproxy/action-full-scan@v0.7.0 + uses: zaproxy/action-full-scan@v0.8.0 with: allow_issue_writing: "${{ inputs.penetration_test_create_issue }}" artifact_name: "zap_${{ inputs.name }}"