This commit is contained in:
Celogeek 2022-11-01 08:45:26 +01:00
commit 84422344a9
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

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