save_scan_do_semgrep

Function save_scan_do_semgrep 

Source
pub fn save_scan_do_semgrep(value: bool)
Expand description

What: Persist the Semgrep scan toggle.

Inputs:

  • value: Whether Semgrep scans should run by default.

Output:

  • None.

Details:

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