This repository is a demo that accompanies the blog post Automatically detecting and resolving deprecations using Semgrep.
Here is our application. It wraps the code-buddy CLI.
Our code does the equivalent of:
YOURAPP="somename"
code-buddy run YOURAPP --please
You can run this application using:
go run main.go "somename"