From 5c41b2de0a6d4adbd8e127f6f72ee42d4fb3f978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Mon, 24 Jun 2024 12:11:22 +0200 Subject: [PATCH] Update main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James Pether Sörling --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31f8caa7..0af2086a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,8 @@ jobs: allowed-endpoints: > docs.github.com:433 api.github.com:443 + pkg-containers.githubusercontent.com:443 + ghcr.io:443 api.hack23.com:443 auth.docker.io:443 cfu.zaproxy.org:443 @@ -166,6 +168,7 @@ jobs: - name: ZAP API Scan uses: zaproxy/action-api-scan@f34b07497d46a84e06d71ad4f304311634c24137 # v0.7.0 with: + docker_name: "ghcr.io/zaproxy/zaproxy:stable" target: 'https://api.hack23.com/v1/healthcheck' - name: Bump version and push tag id: tag_version