Image to run the security scans
9.6K
Concourse task to execute OWASP ZAP.
This assumes a Concourse target named lite. Run the following from the top level of this repository, replacing NAME with the value from targets.json:
mkdir -p tmp/project-data
cat config/targets.json | jq '.[] | select(.name == "NAME")' > tmp/project-data/project.json
fly execute -t lite -c tasks/run-zap/task.yml -i project-data=tmp/project-data -i scripts=.
Content type
Image
Digest
Size
825.9 MB
Last updated
over 5 years ago
docker pull 18fgsa/concourse-compliance-testing