Skip to content

kubescape-operator-1.18.14

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 06:35
2374926

1.18.14 Release Notes

🚀 Enhancements

  • New rules for the thread detection capability by @amitschendel in #439
  • Do not scan large images, configure kubevuln.maxSBOMSize=20971520
    GA: rule-based alerting

Install

For installation, add the following flags to the installation command:

runtimeDetection: Detect unexpected file exec/file open and network
malwareDetection: Anti-virus

--set capabilities.runtimeDetection=enable \
--set capabilities.malwareDetection=enable \
--set capabilities.nodeProfileService=enable \
--set alertCRD.installDefault=true \
--set alertCRD.scopeClustered=true \
--set nodeAgent.config.prometheusExporter=enable

🐞 Fixed issues

  • Adding proxy-secret volume to the discovery job by @dwertent in #436

Full Changelog: kubescape-operator-1.18.13...kubescape-operator-1.18.14