
Rubber Duck Thursdays - Sshh, let's talk about secrets.
This episode focuses on why secrets should never exist in source code and how GitHub’s newly unbundled security products help prevent and detect secret leaks.
After the weekly GitHub Changelog review — covering the new GPT-4o Copilot completions model, repository ownership limits, GitHub Desktop updates, Copilot mobile multi-model support, and GitHub Issues dashboard improvements — Chris dives into the headline topic: GitHub Advanced Security splitting into two standalone products, Secret Protection ($19/month) and Code Security ($30/month), now available for GitHub Team plans without requiring Enterprise.
The stream includes live demos of the secret risk assessment report, secret scanning alerts with partner validation, push protection blocking leaked tokens before they reach the remote repository, delegated bypass controls for organizations, and custom patterns using regex and AI generation to detect things like credit card numbers or internal email addresses. Chris discusses best practices around git ignore files, why rewriting history isn’t a reliable fix, and the importance of proactive security tooling integrated into the development lifecycle.
The episode wraps with a quick look at the GitHub-themed brick breaker game walkthrough, including a new feature that loads a user’s real GitHub contribution graph as the game board, where darker squares are harder to break.
Related Content

End-to-end InnerSourcing and Secure Development with GitHub
Many of you may be familiar with GitHub for your own Open Source (OSS) projects. But, did you know that you can run your end-to-end development within your organization using GitHub Enterprise? Join Chris for a whistle-stop tour in the day-in-the-life of a developer with GitHub Codespaces, GitHub Copilot, GitHub Actions and GitHub Advanced Security, showing how you can bring Open Source best practices into your day-to-day work (also known as InnerSource)!

V013 - Weekly Technology Vlog #13 (Lots of Azure, DevOps & GitHub) Blogs, Quick-fire Azure Updates
Weekly Vlog #13 covers an action-packed Azure week: enterprise landing zones with modular designs, zonal disaster recovery via Azure Site Recovery, Security Center compliance enhancements, and Mark Russinovich's standout Ignite session on Azure innovation. The GitHub roundup highlights the GitHub Actions capture-the-flag security writeup and a multi-stage exploit chain from the GitHub Security Lab — essential reading for any DevSecOps practitioner. Cloud with Chris updates include the channel's most-viewed video to date on Git internals, a Fuse.js-powered site search, series navigation, and a packed April talk schedule featuring the Northern Azure User Group (alongside Scott Hanselman) and Global Azure Bootcamp.

Rubber Duck Thursdays - Building a scoring system
GitHubChris introduces OctoSnap, a GitHub-themed memory card game built with Next.js, and dives deep into designing a scoring model with Copilot covering difficulty multipliers, time bonuses, and penalty mechanics.