diff --git a/docs/configuration/scan-schedule.md b/docs/configuration/scan-schedule.md index 00fce699..b3beffe4 100644 --- a/docs/configuration/scan-schedule.md +++ b/docs/configuration/scan-schedule.md @@ -33,6 +33,10 @@ or by providing parameters in the `helm upgrade --install` command, as shown in The recommended approach is to provide parameters through Helm. +!!! danger "Costly scan scheduling" + Overly frequent scheduling of scans can increase networking costs significantly, + especially for vulnerability scans, which involve downloading a vulnerability database and pulling images. + !!! warning If you directly edit the `ClusterScan` resource, be cautious when running the next update via Helm, as the value may be overwritten.