@onereach/pnpm-audit-junit
v1.0.2
Published
Allows to build pnpm audit report in JUnit format
Readme
pnpm-audit-junit
Allows to run a pnpm audit for a specific directory and produce results in a JUnit format.
This is useful for using in GitLab CI pipelines as report format that GitLab natively understands.
Usage:
pnpm dlx @onereach/pnpm-audit-junit pnpm-audit-junit [options]
Options:
-h, --help Show this help message
-v, --version Show version information
-l --audit-level <severity> Only print advisories with severity greater than or equal
to one of the following: low|moderate|high|critical. (default: low)
-p, --prod Only audit "dependencies" and "optionalDependencies"
-d, --dir Set the directory (default: ".")
-o, --output Set the output file (default: stdout)