From c92baedde53d35c356cc5373cceb142ecbea0560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:51:07 +0000 Subject: [PATCH] Bump zaproxy/action-baseline from 0.12.0 to 0.14.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.12.0 to 0.14.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.14.0) --- updated-dependencies: - dependency-name: zaproxy/action-baseline dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dast-zap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dast-zap.yml b/.github/workflows/dast-zap.yml index 59bb0a0..b2a0799 100644 --- a/.github/workflows/dast-zap.yml +++ b/.github/workflows/dast-zap.yml @@ -20,7 +20,7 @@ jobs: for i in {1..20}; do if curl -sf http://127.0.0.1:8000/health >/dev/null; then echo "healthy"; exit 0; fi; sleep 3; done; exit 1 - name: ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.14.0 with: target: 'http://127.0.0.1:8000' rules_file_name: '.zap-rules.tsv'