You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
is there a option to add new plug-in without generating the the configs again ?
What I did was deleted the tracked folder and regenerated again to detect the new plug-in.
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)
The text was updated successfully, but these errors were encountered: