forked from mirrors/kingfisher
Removed --ignore-tests argument, because the --exclude flag provides more granular functionality
This commit is contained in:
parent
601ca05fc8
commit
533fc49c54
13 changed files with 47 additions and 42 deletions
|
|
@ -88,10 +88,6 @@ pub struct ScanArgs {
|
|||
#[arg(long, default_value_t = false)]
|
||||
pub no_dedup: bool,
|
||||
|
||||
/// Ignore matches that appear to come from test files
|
||||
#[arg(long, default_value_t = false)]
|
||||
pub ignore_tests: bool,
|
||||
|
||||
/// Redact findings values using a secure hash
|
||||
#[arg(long, short = 'r', default_value_t = false)]
|
||||
pub redact: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue