Build extension to run npm audit and fail the build on found vulnerabilities.
How to use
After installing the extension it will be available as a build task to add to your build pipelines.
After adding the task to a build pipeline you have to configure the task by setting the working directory npm audit will be run from, and the minimum level the task will fail at. The default level is set to High.
To add the task to a pipeline, the following options exist.