aabedraba / testkube-zap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testkube + ZAP Example

This example shows how to use ZAP to scan for OWASP security breaches in Kubernetes's apps usingTestkube, an Open Source testing orchestration tool for Kubernetes.

Run the example

  1. Install Testkube in your Kubernetes cluster.

  2. Clone this repository and navigate to the example directory.

  3. Create the test in Testkube:

testkube create test --name zap-example --type zap/api --file zak-tk.yaml --copy-files zap-tk-api.conf:zap-tk-api.conf
  1. Run the test:
testkube run test --name zap-example

About