Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down