This repository contains an example of running Zap augmented by chalk metadata
Ensure that you have a valid PAT token and that you have successfully authenticated with github:
❯ docker login ghcr.io
Authenticating with existing credentials...
Login did not succeed, error: Error response from daemon: Get "https://ghcr.io/v2/": denied: denied
Username (<your username>):
Password:
Login Succeeded
- Run
docker compose up -d dvwa
to bring up the damn vulnerable web app - Run
docker compose run --rm zap zap.sh -cmd -autorun /zap/wrk/FullScanTech.yaml
to trigger a ZAP scan.
Run docker compose down
to clean up resources.