From af4f5b205859685a25cacaf7ee9a98cca739ccff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:27:24 +0000 Subject: [PATCH] Bump zaproxy/action-af from 0.1.0 to 0.2.0 Bumps [zaproxy/action-af](https://github.com/zaproxy/action-af) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/zaproxy/action-af/releases) - [Changelog](https://github.com/zaproxy/action-af/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-af/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: zaproxy/action-af dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c5f492a..c975e7f 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -156,7 +156,7 @@ jobs: chmod -R 777 reports - name: ZAP Automation Framework Scan - uses: zaproxy/action-af@v0.1.0 + uses: zaproxy/action-af@v0.2.0 with: plan: '.github/workflows/zap/plan.yml' # Path to the automation framework plan docker_name: 'ghcr.io/zaproxy/zaproxy:stable' # Optional: specify ZAP Docker image