Skip to content

Commit d28e95f

Browse files
author
Hela Bot
committed
Removed few detectors
1 parent 14f3525 commit d28e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scans/tools/secret_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl SecretTool {
6363
}
6464
}
6565

66-
let cmd = format!("trufflehog filesystem --no-update {} --json --exclude-detectors=FLOAT,SIGNABLE,YANDEX,OANDA,CIRCLE,PARSEUR,URI,SENTRYTOKEN,SIRV,ETSYAPIKEY,UNIFYID,MIRO,FRESHDESK,ALIBABA,YELP,FLATIO,GETRESPONSE,ATERA,GITTER,SONARCLOUD,AZURESEARCHADMINKEY,MYFRESHWORKS,BOX", _path);
66+
let cmd = format!("trufflehog filesystem --no-update {} --json --exclude-detectors=FLOAT,SIGNABLE,YANDEX,OANDA,CIRCLE,PARSEUR,URI,SENTRYTOKEN,SIRV,ETSYAPIKEY,UNIFYID,MIRO,FRESHDESK,ALIBABA,YELP,FLATIO,GETRESPONSE,ATERA,GITTER,SONARCLOUD,AZURESEARCHADMINKEY,MYFRESHWORKS,BOX,GODADDY", _path);
6767
let output_data = execute_command(&cmd, true).await;
6868

6969
let mut results: Vec<Value> = Vec::new();

0 commit comments

Comments
 (0)