Added e2e nuget example for Azure DevOps#26
Conversation
|
Hi @matthewalltop, this PR just came across my radar. As I understand it, the example pipeline will download and run the CLI, publish the result file as an artifact, and a separate stage will extract the result contents and create a PR? If so, I only have once piece of feedback around detecting if the content is base64 encoded. The script checks for only base64-encoded characters and verifies the length, but each item under |
@brettfo Just wanted to acknowledge the comment since this PR has been out here for a while now. I need to fully revisit this, as there have been a handful of lessons learned running this in our Azure DevOps organization over the past year. Will follow up with those elements + the |
Added a working example for using Dependabot CLI with Azure Devops Pipelines.
create-pull-requests.shscript - adapted fromcreate.shin this repo.Feel free to propose changes or adjust directly!