pub mod action_ci_contract;
pub mod backend_prints_selected_backend;
pub mod calibrate_show_header;
pub mod cli_precision_boundaries;
pub mod cli_precision_engine_config;
pub mod cli_precision_mode;
pub mod cli_surface;
pub mod daemon_status_no_running_daemon;
pub mod detectors_json_nonempty;
pub mod detectors_search_aws;
pub mod diff_identical_baselines_exit_zero;
pub mod explain_aws_access_key;
pub mod hook_blocks_secret_allows_clean;
pub mod incremental_rescan_reports_unchanged_secret;
pub mod keyhogignore_excludes_file;
pub mod named_detector_structured_keys_fire_at_default;
pub mod realworld_configs;
pub mod scan_clean_file_exit_zero;
pub mod scan_dedup_none_reports_all_occurrences;
pub mod scan_deep_flag_git_staged_clean;
pub mod scan_demo_example_not_clean_summary;
pub mod scan_dogfood_dedupes_example_suppression_events;
pub mod scan_dogfood_suppressed_example;
pub mod scan_effective_config;
pub mod scan_empty_dir_exit_zero;
pub mod scan_exclude_paths_with_git_staged;
pub mod scan_fast_flag_git_staged_clean;
pub mod scan_fast_mode_clean_exit_zero;
pub mod scan_git_diff_clean_range_exits_zero;
pub mod scan_git_diff_format_jsonl_one_object_per_line;
pub mod scan_git_diff_head_includes_worktree;
pub mod scan_git_diff_main_finds_committed_delta;
pub mod scan_git_diff_modified_tracked_file;
pub mod scan_git_diff_path_override_outside_cwd;
pub mod scan_git_history_clean_repo_exits_zero;
pub mod scan_git_history_finds_committed_secret;
pub mod scan_git_history_max_commits_one_clean_top;
pub mod scan_git_staged_clean_exits_zero;
pub mod scan_git_staged_excludes_unstaged_secret;
pub mod scan_git_staged_finds_staged_secret;
pub mod scan_git_staged_format_sarif_has_schema;
pub mod scan_git_staged_no_staged_files_exits_two;
pub mod scan_git_staged_severity_critical_filter;
pub mod scan_json_required_fields;
pub mod scan_jsonl_format_valid_objects;
pub mod scan_jsonl_one_line_per_finding;
pub mod scan_lockdown_git_staged_clean_exits_zero;
pub mod scan_max_commits_limits_git_history;
pub mod scan_max_file_size_skips_oversized;
pub mod scan_no_daemon_flag_git_staged_clean;
pub mod scan_output_writes_file;
pub mod scan_planted_aws_exit_one;
pub mod scan_sarif_has_runs;
pub mod scan_severity_critical_filter;
pub mod scan_stdin_finds_secret;
pub mod scan_text_format_not_json;
pub mod support;
pub mod utf16_secret_detection;