I have my pipeline on jenkins and source code mangement is on gitlab.
Can I trigger the secret detection on the gitlab from Jenkins, since the pipeline is on jenkins and secret detection is enabled for gitlab pipelines? And how could it be done?
I have my pipeline on jenkins and source code mangement is on gitlab.
Can I trigger the secret detection on the gitlab from Jenkins, since the pipeline is on jenkins and secret detection is enabled for gitlab pipelines? And how could it be done?
Have you considered tying your scanners to commit/push events? Benefit would be a) 100% coverage b) shameless/blameless feedback to the developer so they can fix it without it being broadcast that they pushed a secret and 3) and detecting/mitigating before your pipeline (production code).
Not sure if Arnica.io cover's GitLab but their pipelineless approach is worth checking out: https://www.darkreading.com/dr-tech/how-to-reduce-code-risk-using-pipelineless-security