Introduction
1. The audit command sends a description of your project's dependencies to your default registry to request a report on known vulnerabilities. It also calculates the impact and potential remedies if any vulnerabilities are found.
1. The audit command sends a description of your project's dependencies to your default registry to request a report on known vulnerabilities. It also calculates the impact and potential remedies if any vulnerabilities are found.
Using npm audit to scan your project for vulnerabilities
This tutorial will guide you on how to configure GitLab CI/CD to perform an NPM audit scan for vulnerabilities using SonarCloud.