From d53e4c4c208ca957feae8888a8f38797a2b7c782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 05:17:28 +0000 Subject: [PATCH] Bump zaproxy/action-full-scan from 0.5.1 to 0.6.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.5.1 to 0.6.0. - [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.5.1...v0.6.0) --- 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/owasp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/owasp.yml b/.github/workflows/owasp.yml index aa161ef..5efd51a 100644 --- a/.github/workflows/owasp.yml +++ b/.github/workflows/owasp.yml @@ -35,7 +35,7 @@ jobs: # Run OWASP scan - name: OWASP ZAP Full Scan - uses: zaproxy/action-full-scan@v0.5.1 + uses: zaproxy/action-full-scan@v0.6.0 with: # GitHub Token to create issues in the repository #token: # optional, default is ${{ github.token }}