commit 84422344a989b4e48d5112a5cef50856ae7741a4 Author: celogeek <65178+celogeek@users.noreply.github.com> Date: Tue Nov 1 08:45:26 2022 +0100 init diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbf2db5 --- /dev/null +++ b/README.md @@ -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 +```