From 71789a686ac8469451fe939d655b8c7c27de0a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 06:32:54 +0000 Subject: [PATCH] build(deps): Bump zaproxy/action-baseline from 0.12.0 to 0.15.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.12.0 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.12.0...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 03e6246..a6964f7 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -17,7 +17,7 @@ jobs: timeout 30 bash -c 'until docker compose ps | grep -q "healthy"; do sleep 2; done' - name: ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.15.0 with: target: http://localhost:8080 # Soft fail — 초기 도입 시 빌드 차단 없이 리포트만 생성