Authorize and Restore Azure Artifacts NuGet Packages in GitHub Actions
Authenticate to Azure Artifacts from GitHub Actions for builds and code scanning workflows
Authenticate to Azure Artifacts from GitHub Actions for builds and code scanning workflows
Summary This is a very simple bash script that can assist you in migrating NuGet packages to a different Artifact feed. It’s written with Azure DevOps in mind as a target, but there’s no reason wh...
Overview After virtually attending GitHub Universe last week and watching the GitHub Advanced Security round-up and Catching vulnerabilities early with GitHub sessions, it got me thinking: How do ...
Scenario I had a client that wanted to integrate a secret scanning utility (among other checks) into the pipeline, and enforce this control. Colin Dembovsky (my co-worker) and I typically recommen...