* make it easy to run webhook tests locally
* modify tests so they run locally
* follow the logs
* add instructions
* make it easy to run webhook tests locally
* modify tests so they run locally
* follow the logs
* add instructions
* use universal date command
* fix sed command for portability
* fix date command
* make entire image configurable
* fix instructions
* Add Github Action from https://github.com/mambax/setup-polaris
* Add tag information to action
* repository name must be lowercase
* repository name must be lowercase
* repository name must be lowercase
* Own image
* Debug
* Make the file local
* Move into actions folder
* Rename action
* Remove path slash
* Rename Dockerfile
* Change path
* Move script
* Remove dot
* Test
* - Change to gh/download setup script
- Move docs into Infra as Code page
* Add small comment about Dockerfile
* Rm unwanted line break
* Improve action yaml
* Update test_setup.yml
* Update test_setup.yml
* Update test_setup.yml
* Pavel fixed all bugs
Co-authored-by: dom <dominik.meyer01@sap.com>
Co-authored-by: Pavel Zorin <pazonec@yandex.ru>
* move docs files
* update docs from template
* another update
* add insights callouts
* add ingress check to the docs
* remove old prefixes on check names
**Changes**
- Refactored the way controllers work to be an interface
- Added configurable controllers to include in scans
- Added daemonsets, jobs and cronjobs in scans
- Added `ReplicationController` type controllers to the supported list
- Adjusted logic for failed YAML parsing to bubble up errors
- Added better logic for calculating summaries on cluster wide results
- Relocated responsibilities for counting types into validators vs spreading it around more packages
- Fixed bug where cronjob parsing was using wrong KIND
- Added fixtures for mocking new controller types
- Added example yamls to test scanning files
- Added functions to NamespacedResult(s) to reduce code complexity deep set iterations
- Refactored how results get added to namespacedresults so adding more later is easier
- Minor signature changes for interface implementing structs for controllers