From 84422344a989b4e48d5112a5cef50856ae7741a4 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:45:26 +0100 Subject: [PATCH] init --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 +```