v5.6.0
What's Changed
⚠️ Upgrade Notes
This release contains a minor addition (suspend field) to the Custom Resource Definitions (CRDs), Helm does not update CRDs after the initial installation. If you are planning on using the suspend field make sure that your CRDs are up to date. To upgrade the CRDs you can run the following script or grab the latest CRDs from the git repo at the v5.6.0 tag:
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v5.6.0/operator/crds/execution.securecodebox.io_scans.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v5.6.0/operator/crds/execution.securecodebox.io_scheduledscans.yaml
🚀 Features
- Add suspend functionality to Scan and ScheduledScan resources by @J12934 in https://github.com/secureCodeBox/secureCodeBox/pull/3504
- Allow extra volumes and volume mounts for CSI secrets and other volumes by @mazmar in https://github.com/secureCodeBox/secureCodeBox/pull/3485
🚓 Security Scanner
- Upgraded nuclei from v3.6.2 to v3.7.0 @secureCodeBoxBot (https://github.com/secureCodeBox/secureCodeBox/pull/3486)
- Upgraded semgrep from 1.147.0 to 1.151.0 @secureCodeBoxBot (https://github.com/secureCodeBox/secureCodeBox/pull/3465, https://github.com/secureCodeBox/secureCodeBox/pull/3477, https://github.com/secureCodeBox/secureCodeBox/pull/3498)