DevSecOps

A collection of 76 posts

DevSecOps Glossary

DevSecOps Glossary

A helpful glossary of common terms and definitions used in DevSecOps explained with amusing comics.

Git hooks - pre-commit, post-commit, post-receive

Git hooks - pre-commit, post-commit, post-receive

Git hooks are extremely useful to secure the development practice. In this blog post, I will take the example of detecting secrets in source code to illustrate how you can make the most out of git hooks.