Skip to content

Commit

Permalink
docs: warn about costly scan scheduling in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Mar 22, 2024
1 parent 8cd1d60 commit c51630c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration/scan-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c51630c

Please sign in to comment.