Security
secureKubernetesWithRbacPolice
Warning
This function is only available on Linux at the moment.
Secure Kubernetes clusters with rbac-police.
Types:
- secureKubernetesWithRbacPolice (
attrsOf kubernetesWithRbacPolice
): Optional. Defaults to{ }
. - kubernetesWithRbacPolice (
submodule
):- severity (
str
): Only evaluate policies with severity >= threshold. Defaults toLow
. - setup (
listOf package
): Makes Environment or Makes Secrets tosource
(as in Bash'ssource
) before anything else. Defaults to[ ]
.
- severity (
Example:
securePythonWithBandit
Secure Python code with Bandit.
Types:
- securePythonWithBandit (
attrsOf projectType
): Optional. Definitions of directories of python packages/modules to lint. Defaults to{ }
. - projectType (
submodule
):- target (
str
): Relative path to the package/module.
- target (
Example: