The Runtime Sensor watches your deployments on a Kubernetes cluster and sends collected data to Snyk.
This is a Helm chart dedicated repo helm/runtime-sensor, hosting the Snyk Runtime Sensor using Github pages in https://snyk.github.io/runtime-sensor
.
Please find the installation instructions under Snyk's docs - https://docs.snyk.io/manage-risk/snyk-apprisk/integrations-for-snyk-apprisk/snyk-runtime-sensor.
Released versions can be found in the Releases page.
In order to examine the full list of configurable values and have more control over the installation of the sensor, download the Helm repository and check out the values.yaml
file:
helm repo add runtime-sensor https://snyk.github.io/runtime-sensor
helm pull runtime-sensor/runtime-sensor --untar
- See the
values.yaml
file under theruntime-sensor
directory.