BobIT37 / Owasp_Zap_Security_Scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N|Solid

Run security tests with docker compose

From root dir, run:

docker-compose -f test/features/security_tests/docker-compose.yml up --build -d

To see reports, navigate test/features/security_tests/reports


To run from locally, from root dir run followings:

docker-compose -f test/features/security_tests/docker-compose.yml up -d owsapzap
cd test/features/security_tests
yarn start

About


Languages

Language:JavaScript 96.4%Language:Dockerfile 3.6%