NPM Audit JUnit
A tool to parse the result of npm outdated --json
to a JUnit XML for gitlab reporting.
Usage
Add to you npm scripts:
{
"scripts": {
"ci:outdated": "npm outdated --json | npx npm-outdated-junit > npm-outdated.junit.xml"
}
}
A tool to parse the result of npm outdated --json
to a JUnit XML for gitlab reporting.
Add to you npm scripts:
{
"scripts": {
"ci:outdated": "npm outdated --json | npx npm-outdated-junit > npm-outdated.junit.xml"
}
}
npm i npm-outdated-junit
7
1.1.2
ISC
52.9 kB
10