Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 484 Bytes

Automatically detecting and resolving deprecations using Semgrep demo

This repository is a demo that accompanies the blog post Automatically detecting and resolving deprecations using Semgrep.

Application

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"