mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Add parameter to PDS_GITLEAKS to turn history scanning on/off #3092

Closed winzj closed 2 months ago

winzj commented 2 months ago

Situation

With #3054 we introduce history scanning for PDS_GITLEAKS. This should be configurable by administrators, so they can turn the historical scan on/off if necessary.

Wanted

An additional PDS configuration parameter, which allows admins to enable/disable history scanning.

Solution

Add a parameter like gitleaks.history.scan.enabled with the default set to true.