paint-brush
Using Git Hooks for Automated Secrets Detectionby@jean-GG
245 reads

Using Git Hooks for Automated Secrets Detection

by Jean Dubrulle | GitGuardian4mApril 22nd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Git hooks are scripts that are triggered by certain actions in the software development process, like committing or pushing. By automatically pointing out issues in code, they allow reviewers not to waste time on mistakes that can be easily diagnosed by a machine. There are client-side hooks, that execute locally on the developers’ workstation, and server hooks that execute on the centralized version control system. The most useful git hooks on GitHub are pre-commit, pre-push and pre-receive hooks.

Company Mentioned

Mention Thumbnail
featured image - Using Git Hooks for Automated Secrets Detection
Jean Dubrulle | GitGuardian HackerNoon profile picture
Jean Dubrulle | GitGuardian

Jean Dubrulle | GitGuardian

@jean-GG

L O A D I N G
. . . comments & more!

About Author

Jean Dubrulle | GitGuardian HackerNoon profile picture
Jean Dubrulle | GitGuardian@jean-GG

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Coffee-web