update readme

This commit is contained in:
Celogeek 2022-05-11 12:17:11 +02:00
parent ea5ccd971e
commit 32bc5f24ac
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -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
```