-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include secret leak detection in the template feature branch pipeline (sync-feature-branches) #207
Comments
For me, it seems more relevant to include this as a paas-templates pipeline, as secrets detection is already included in that repo. |
Can you suggest a way such a paas-template pipeline can fail the sync-feature-branches and force authors to fix leaking secrets before they get merged ? |
Current status: the introduction of credentials leaks in new features is notified through gitlab merge request status. It is not blocking merge of related feature branch into Risks:
Prioritized temporary workaround:
|
**Is your feature request related to a problem?
I need to prevent introduction of secrets leaks into the template repo. This is a follow up of initial effort in
https://github.com/orange-cloudfoundry/paas-templates/issues/4
Describe the solution you'd like
sync-feature-branches
to include secrets prevention tasks, and to fail when secrets are detectedDescribe alternatives you've considered
Notification of the failed
micro-depls-auto-sanitize
pipeline.The text was updated successfully, but these errors were encountered: