From bb9617bad6cf1059802635492327f27594413b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:16:36 +0200 Subject: [PATCH] chore(deps): Bump zaproxy/action-baseline from 0.7.0 to 0.8.0 (#955) Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.7.0 to 0.8.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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: zaproxy/action-baseline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zap_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zap_scan.yml b/.github/workflows/zap_scan.yml index 7e49112eb..c661db03d 100644 --- a/.github/workflows/zap_scan.yml +++ b/.github/workflows/zap_scan.yml @@ -20,7 +20,7 @@ jobs: - name: Launh docker-compose stack run: docker-compose -f docker-compose.yml up -d - name: ZAP Scan - uses: zaproxy/action-baseline@v0.7.0 + uses: zaproxy/action-baseline@v0.8.0 # Then run the scan against the locally running instance with: target: 'http://localhost:8080/ngsi-ld/v1/entities'