We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eb3ad commit 024d0b7Copy full SHA for 024d0b7
.github/workflows/main.yml
@@ -21,6 +21,8 @@ jobs:
21
allowed-endpoints: >
22
docs.github.com:433
23
api.github.com:443
24
+ pkg-containers.githubusercontent.com:443
25
+ ghcr.io:443
26
api.hack23.com:443
27
auth.docker.io:443
28
cfu.zaproxy.org:443
@@ -166,6 +168,7 @@ jobs:
166
168
- name: ZAP API Scan
167
169
uses: zaproxy/action-api-scan@f34b07497d46a84e06d71ad4f304311634c24137 # v0.7.0
170
with:
171
+ docker_name: "ghcr.io/zaproxy/zaproxy:stable"
172
target: 'https://api.hack23.com/v1/healthcheck'
173
- name: Bump version and push tag
174
id: tag_version
0 commit comments