github
6 articles tagged with #github
Enforce Organization wide 2FA in GitHub
GitHub allows enforcement of organization-wide 2FA authentication which ensures all new users joining your GitHub Organization have 2FA enabled on their accounts. This article provides a quick walkthrough of how to enable this setting in your GitHub Organization.
How to update Base permissions setting in GitHub
This article provides a quick walkthrough of how to update Base permissions for your GitHub Organization.
How to Make a GitHub Repository Private (Step-by-Step 2026)
Change a public GitHub repository to private in 4 clicks. Step-by-step guide with screenshots — covers visibility settings, what happens to forks, and collaborator access.
Using a GitHub runner to perform Secrets Scanning using TruffleHog
This document takes you through the steps required to run a local GitHub runner and use that to scan GitHub repositories for secrets using TruffleHog.
Top 10 security best practices for your GitHub organisation account
A list of top 10 security best practices to improve the security of your GitHub organisation.
DevSecOps - Scan GitHub org. repos for secrets
Developers may sometimes, accidentally or due to the lack of security knowledge, store secrets, keys or passwords within code repositories. These may then get leaked over the Internet, resulting in attackers taking over accounts or accessing sensitive information. This article describes how you can scan your Github org repos for secrets.