GitHub

GitHub Packages

5 minute read

GitHub Packages is a package management service provided by GitHub. It allows developers to publish and consume software packages, including libraries, frame...

GitHub Secret Scanning

4 minute read

GitHub Secret Scanning is a tool that scans your code for secrets, including passwords, API keys, and other sensitive information. It integrates seamlessly w...

GitHub Dependabot

4 minute read

GitHub Dependabot is an automated dependency management tool integrated directly into GitHub repositories. It helps keep projects secure and up-to-date by au...

GitHub Branch Protection Rules

7 minute read

Branch Protection Rules are a set of rules that can be applied to a branch in a GitHub repository to enforce best practices, streamline development processes...

GitHub Code Scanning

4 minute read

GitHub Code Scanning is a tool that analyzes your code for security vulnerabilities, providing actionable feedback to help you remediate issues quickly.

GitHub Actions: Permissions

5 minute read

In this blog post, we will take a detailed look at how someone can have granular control over the actions that their workflows take.

GitHub Actions: Workflows

6 minute read

In today’s post we go over the key components of a GitHub Actions workflow.

CODEOWNERS

4 minute read

In today’s post we see how can someone manage Code Ownership in GitHub.