Skip to content
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

Zap to ocsf with orchestration #751

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Zap to ocsf with orchestration #751

wants to merge 5 commits into from

Conversation

northdpole
Copy link
Contributor

@northdpole northdpole commented Feb 23, 2025

Todo: make this into a single workflow

how to test:

create a docker network so we can reach one container from the other

docker network create zap-demo 

run the example vulnerable application container:

 docker run --network zap-demo --name bodgeit.com captainfoobar/bodgeit 

build the zap container with the orchestration script

 docker build -t zap-with-orchestration ./new-components/scanner/zaproxy/zap-with-orchestration-script 

run zap in attack mode

docker run -v `pwd`:/scratch -ti --network zap-demo zap-with-orchestration:latest

wait for ~10' and you will see a file named zap-report.json in the local directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant