From 1fe4e12789e23c5bc6b77a89c9c940fb0cd2a6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:29:29 +0000 Subject: [PATCH] chore(deps): bump zaproxy/action-full-scan from 0.6.0 to 0.7.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.6.0 to 0.7.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.6.0...v0.7.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/dast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dast.yml b/.github/workflows/dast.yml index a0769b0d0..55f9ebf0e 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -11,7 +11,7 @@ jobs: steps: - name: OWASP ZAP FULL Scan - uses: zaproxy/action-full-scan@v0.6.0 + uses: zaproxy/action-full-scan@v0.7.0 with: target: "https://passport-status-main.dev-rhp.dts-stn.com/" fail_action: "false"