dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
666 stars 341 forks source link

Upgrade version of Guardian #8075

Closed michellemcdaniel closed 2 years ago

michellemcdaniel commented 2 years ago

On a periodic basis, we need to intentionally upgrade the version of guardian so that we are getting the latest versions of our sdl tools. Currently we are on 0.53.3. The latest version, as far as I can tell, is 0.100.0. You can run

nuget.exe list Microsoft.Guardian.Cli -Verbosity Detailed -ConfigFile eng\common\sdl\NuGet.config

From the arcade repo root to determine the latest version of Guardian available.

michellemcdaniel commented 2 years ago

@MattGal This likely should end up as part of operations work, since it's something we'll need to rev on an occasional basis.

MattGal commented 2 years ago

I've updated all versions in arcade release branches to latest (0.100+) as part of incidental FR work and made all branches work. I will get this made more generic and put it in the security management epic.