From 5d9342e7ca48bc7447b33e55ebd0fde8461e4a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 02:46:39 +0000 Subject: [PATCH] Bump zaproxy/action-full-scan from 0.3.0 to 0.5.1 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.3.0 to 0.5.1. - [Release notes](https://github.com/zaproxy/action-full-scan/releases) - [Changelog](https://github.com/zaproxy/action-full-scan/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.5.1) --- updated-dependencies: - dependency-name: zaproxy/action-full-scan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security_checker.yml b/.github/workflows/security_checker.yml index 64e119e..af4a980 100644 --- a/.github/workflows/security_checker.yml +++ b/.github/workflows/security_checker.yml @@ -34,7 +34,7 @@ jobs: - name: ZAP Scan if: ${{ github.event.inputs.FULL_SCAN && github.event.inputs.FULL_SCAN != 'false' }} - uses: zaproxy/action-full-scan@v0.3.0 + uses: zaproxy/action-full-scan@v0.5.1 with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.event.inputs.HOST }}