Hi, I have a small team of 5 developers on a free plan and some private repositories Recently I noticed any user can push code to my repositories no matter if it has permission or not.
Workspace is private, project is private, repository is private
How this can be possible?
Do I need to add this check to the repository?:
"Require all commits pushed via the CLI have a verified signature"
Whats the poupose of asign user/permissions to a private repository if anybody can push code to it?