-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi @domanchi @KevinHock @OiCMudkips
I see many new plugin in the detect-secrets but they are not getting loaded in the detect-secrets-server.
Also I am planning to develop new plug-in and add to detect-secrets so I am looking for how these plug-in gets loaded in detect-secrets-server.
I just added print statement in base_tracked_repo.py scan method to print the plugin_config and it prints the below
self.plugin_config : {'AWSKeyDetector': {}, 'BasicAuthDetector': {}, 'HexHighEntropyString': {'hex_limit': 4}, 'JwtTokenDetector': {}, 'KeywordDetector': {'keyword_exclude': No
ne}, 'MailchimpDetector': {}, 'PrivateKeyDetector': {}, 'SlackDetector': {}, 'SoftlayerDetector': {}, 'StripeDetector': {}}
It is not loading all the plug-ins and also not loading the new plug-in which I am working on.
Could you please suggest what might be wrong.
I am using detect-secrets-server version 0.2.19 which is automatically installing detect-secrets-server version 0.13.1(this has many new plug-ins)