user26661143
user26661143

Reputation: 1

Pre-commit git hooks

My company is adopting a VDI architecture. To enhance the code security, we want to use pre-commit hooks, what I really need to do is automate the whole process in such a way that all the reposetories have these git hooks, and the developer has to do nothing but clone the project, work on it, and commit.

So I tried to work with the gitlab pipeline, but I'm still encountering the following problems :

_ the dev still have to manually run the pre-cimmit install command so as to create the pre-commit file in .git/hooks

Upvotes: 0

Views: 58

Answers (0)

Related Questions