Skip to main content

Leveraging GitHub Advanced Security and Microsoft Defender for Cloud at Scale

· 4 min read
David Sanchez
David Sanchez

Introduction

Rolling out GitHub Advanced Security (GHAS) across development teams can be a complex task. This blog post provides tips and tricks to help you successfully implement GHAS and integrate it with Microsoft Defender for Cloud, ensuring that your teams are not overwhelmed and can maximize the capabilities of Code Scanning, Secret Scanning, Supply Chain Scanning and Infrastructure as a Code Scanning.

Tips and Tricks for Adopting GitHub Copilot at Scale

· 5 min read
David Sanchez
David Sanchez

Introduction

Adopting GitHub Copilot at scale can be a game-changer for many development teams (especially large or distributed teams). This blog post provides best practices, actionable tips, and tricks to ensure a successful adoption of GitHub Copilot to ensure successful adoption at scale, foster engagement, and maximize the return on investment (ROI).

Verified Commits in GitHub

· 2 min read
David Sanchez
David Sanchez

A commit is a code change that is made to a repository. When a developer makes a commit, it is important to ensure that the code changes are made by an authorized person and that the changes have not been tampered with. This is where GitHub verified commits come in. This is useful to prevent impersonation and to ensure that the code you are downloading is the code that was uploaded by the developer.