diff --git a/README.md b/README.md index 8326b01..a7309c3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # yarn-audit-sonar +Convert yarn audit into a Sonar compatible format + +## Usage + +``` +yarn audit --group dependencies --json | npx yarn-audit-sonar > yarn-sonar.json +```