From 2b6f9d338081860d694ee7dbd8717be929470a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:39:53 +0000 Subject: [PATCH] ci(deps): Bump zaproxy/action-baseline from 0.6.1 to 0.15.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.6.1 to 0.15.0. - [Release notes](https://github.com/zaproxy/action-baseline/releases) - [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-baseline/compare/v0.6.1...v0.15.0) --- updated-dependencies: - dependency-name: zaproxy/action-baseline dependency-version: 0.15.0 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 56f1e71..5b0c1fa 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -23,7 +23,7 @@ jobs: run: docker run --rm -d -p 8000:80 ${{ env.IMAGE_NAME }} - name: ZAP Scan - uses: zaproxy/action-baseline@v0.6.1 + uses: zaproxy/action-baseline@v0.15.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: "owasp/zap2docker-stable"