Skip to content

Update main.yml #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2024
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
@@ -1,4 +1,4 @@
name: Verify and Deploy

Check notice on line 1 in .github/workflows/main.yml

View workflow job for this annotation

GitHub Actions / StandardLint audit

CI configuration

Check for CI configuration file
on:
workflow_dispatch:
inputs:
Expand All @@ -21,6 +21,8 @@
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 @@
- 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
Loading