Welcome to TestKube ZAP Executor
TestKube ZAP Executor is a test executor to run ZED Attacke proxy scans with TestKube.
Usage
You need to register and deploy the executor in your cluster.
kubectl apply -f examples/zap-executor.yaml
Issue the following commands to create and start a Gradle test for a given Git repository:
kubectl testkube tests create --git-uri https://github.com/lreimer/hands-on-testkube.git --git-branch main --type "zap/baseline" --name baseline-test
kubectl testkube tests run --watch baseline-test
Issues and enchancements
Please follow the main TestKube repository for reporting any issues or discussions
Testkube
For more info go to main testkube repo