save_scan_do_trivy

Function save_scan_do_trivy 

Source
pub fn save_scan_do_trivy(value: bool)
Expand description

What: Persist the Trivy scan toggle.

Inputs:

  • value: Whether Trivy scans should run by default.

Output:

  • None.

Details:

  • Delegates to save_boolean_key("scan_do_trivy", value).