Closed quinn-dougherty closed 3 years ago
CI will run npm audit on package.json files and fail if it raises any warnings. I can set it up to open up issues for each warning, but I got 89 vulnerabilities (!) when I ran it locally on frontend-landing so be warned.
npm audit
package.json
frontend-landing
Talked to isaac -- the nix fellas are gonna enforce npm audit when the nix expression gets written, we don't need it in a github job right now.
CI will run
npm audit
onpackage.json
files and fail if it raises any warnings. I can set it up to open up issues for each warning, but I got 89 vulnerabilities (!) when I ran it locally onfrontend-landing
so be warned.