IBM PTC SecuritySecuring Your Repositories with gitleaks and pre-commitIn the fast-paced world of software development, where Git’s ubiquitous usage underpins countless projects, safeguarding your code is…Aug 12
Akash ChandwaniWhat is Gitleaks and how to use it?Gitleaks is an open source tool used to detect and prevent secrets (passwords / api-keys) checked-in to your git repository. The main…Sep 3, 2022
Aditya HilmanPrevent Secret Leaks with GitLeaksIntegrating GitLeaks with Pre-commit hooksJul 241Jul 241
Tarik YegenGitLeaks: A Secret Scanner ToolIn DevOps processes, automating the delivery of code changes and new features to end user seamlessly and frequently, with CI process where…Jan 1Jan 1
aKumoSolutionsSecuring Git Commits with CI Sensitive Information ScanningSecurity is paramount in today’s digital landscape, particularly when dealing with sensitive client data. While developers are focus on…Mar 7Mar 7
IBM PTC SecuritySecuring Your Repositories with gitleaks and pre-commitIn the fast-paced world of software development, where Git’s ubiquitous usage underpins countless projects, safeguarding your code is…Aug 12
Akash ChandwaniWhat is Gitleaks and how to use it?Gitleaks is an open source tool used to detect and prevent secrets (passwords / api-keys) checked-in to your git repository. The main…Sep 3, 2022
Tarik YegenGitLeaks: A Secret Scanner ToolIn DevOps processes, automating the delivery of code changes and new features to end user seamlessly and frequently, with CI process where…Jan 1
aKumoSolutionsSecuring Git Commits with CI Sensitive Information ScanningSecurity is paramount in today’s digital landscape, particularly when dealing with sensitive client data. While developers are focus on…Mar 7
BioCatch Tech BlogGitleaks : A Secret Scanner For Git RepositoriesOne of the most dangerous things developers can do is push hardcoded secrets or passwords into their code repository. Hardcoded secrets…Apr 24, 2023
NavinSecret Scanner Comparison: Finding Your Best ToolEvery security engineer hopes to avoid a Log4J kind zero-day attack. I vividly recall that occasion where my entire team worked day and…Jan 15
Ketan PradhanSecure Your Git Repository with Gitleaks and Pre-commit HooksIntroduction: Version control systems like Git have become an integral part of modern software development, enabling teams to collaborate…Aug 26, 20231