I'm currently running npm audit
in a continuous integration setup. I would like to set the npm configuration setting audit-level
to critical
temporarily.
Why?: I would like npm audit to exit with the code 0
on low and medium and high vulnerabilities but still break on critical vulnerabilities.