This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
Use kube-bench to audit kubernetes configuration #6
Labels
enhancement
New feature or request
Milestone
The initial solution should consist of two parts:
GET /api/kube/{kube-cluster-id}/bench
HTTP endpoint to get latest results from blob for particular cluster, normalize and return a summary object with array of check-resultsThe job should run in k8s cluster. Required scripts, code, and configuration to execute it should be located at this repo in
/scanners/kube-bench
folder.Blob Storage files structure should follow:
metadata
- json file, which has technical information about the task, likelast_executed_at
,scheduled_periodicity
, and others.For the first iteration, credentials to get access to the blob storage are provided through env-vars
The text was updated successfully, but these errors were encountered: