A NestJS app must pass a SOC 2 vulnerability management audit. Which CI/CD integration directly satisfies this control?
-
A
Running `npm audit` in CI and failing the build on high/critical CVEs
-
B
Manually reviewing npm packages monthly
-
C
Using only well-known packages with many GitHub stars
-
D
Pinning all dependency versions in package.json