{"id":21126547,"url":"https://github.com/lreimer/continuous-zapk8s","last_synced_at":"2026-05-12T16:04:54.581Z","repository":{"id":71906614,"uuid":"314376619","full_name":"lreimer/continuous-zapk8s","owner":"lreimer","description":"Continuous ZAP security tests on K8s.","archived":false,"fork":false,"pushed_at":"2021-05-11T14:21:15.000Z","size":105,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T15:02:15.342Z","etag":null,"topics":["continuous-integration","kubernetes","penetration-testing","security","zap"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lreimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-19T21:41:06.000Z","updated_at":"2021-05-11T14:21:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"38a15492-2e08-435b-ba2e-f345b5463431","html_url":"https://github.com/lreimer/continuous-zapk8s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fcontinuous-zapk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fcontinuous-zapk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fcontinuous-zapk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fcontinuous-zapk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lreimer","download_url":"https://codeload.github.com/lreimer/continuous-zapk8s/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573168,"owners_count":20312879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-integration","kubernetes","penetration-testing","security","zap"],"created_at":"2024-11-20T04:42:29.542Z","updated_at":"2026-05-12T16:04:49.539Z","avatar_url":"https://github.com/lreimer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Continuous ZAP on K8s\n\nContinuous ZAP security tests on Kubernetes. We will run the tests continuously\nin headless mode against a demo HTTP endpoint.\n\n## Usage\n\n### Basic Setup\n\nThis example deploys a simple microservice in the default K8s namespace. It also\ncreates a `zap` namespace and deploys the ZED Attach Proxy.\n\n```bash\n$ pulumi up\n$ k get all -n zap\n$ k get all\n```\n\n### Using ZAP Web UI\n\nThe easiest way is to use the ZAP UI in a Browser. Issue the following commands to get a\nSwing UI in your web browser:\n```bash\n$ export PORT=`kubectl get service zap-gui -n zap -o=json | jq -r '.spec.ports[] | select (.name | test(\"http\")) | .nodePort'`\n$ open http://localhost:$PORT/zap\n```\n\n### Using ZAP via API\n\nAnother option is to use the ZAP API to programmatically connect, scan and attack your application targets:\n```bash\n$ ./gradlew test\n```\n\n### Continuous API Scan\n\n```bash\n# https://www.zaproxy.org/docs/docker/api-scan/\n$ k describe cronjob.batch/zap-api-scan -n zap\n```\n\n## Maintainer\n\nM.-Leander Reimer (@lreimer), \u003cmario-leander.reimer@qaware.de\u003e\n\n## License\n\nThis software is provided under the MIT open source license, read the `LICENSE` file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Fcontinuous-zapk8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flreimer%2Fcontinuous-zapk8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Fcontinuous-zapk8s/lists"}