This commit is contained in:
Vincent Bachelier 2022-11-01 08:45:26 +01:00
commit 9e619863a5
No known key found for this signature in database
GPG Key ID: 4B2ACD3C5B2E5AC7

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# pnpm-audit-sonar
Convert pnpm audit into a Sonar compatible format
## Usage
```
pnpm audit -P --json | npx pnpm-audit-sonar > pnpm-sonar.json
```