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
In corporate environments, Git and CICD are defacto standard.
Especially GitLab and GitHub are the most used Services.
Often, there are specific compliance / governance rules that require e.g. multiple approvals for an feature request.
Solution Proposed
Having GitLab & GitHub available as providers, it would enable companies to check the projects repositories for compliance issues.
Checks could be:
Are multiple approvals configured for default / protected branches?
Is the main branch protected?
Are scanners configured? (Password, SAST, etc.)
Are there less then e.g. 3 Maintainers on the Repo?
Describe alternatives you've considered
There are some commercial tools that alter the gitlab api.
New feature motivation
In corporate environments, Git and CICD are defacto standard.
Especially GitLab and GitHub are the most used Services.
Often, there are specific compliance / governance rules that require e.g. multiple approvals for an feature request.
Solution Proposed
Having GitLab & GitHub available as providers, it would enable companies to check the projects repositories for compliance issues.
Checks could be:
Describe alternatives you've considered
There are some commercial tools that alter the gitlab api.
An OpenSource example is e.g. scorecard
Additional context
There are some details about CICD Security in general:
The text was updated successfully, but these errors were encountered: