microsoft / security-devops-action

Microsoft Security DevOps for GitHub Actions.
MIT License
99 stars 45 forks source link

Request to Package Microsoft.Security.DevOps.Cli as a DotNet Tool #42

Open johniwasz opened 1 year ago

johniwasz commented 1 year ago

Could the Microsoft.Security.DevOps.CLI be repackaged as a dotnet tool so that it could be installed and used more cleanly from the command line:

dotnet tool install --global Microsoft.Security.DevOps.CLI

As it currently stands, it needs to be downloaded, extracted, and placed into the PATH.