CheckVulnerabilitiesRule will check if package.json and package-lock.json contain vulnerabilities thank's to npm audit.
CheckVulnerabilitiesRule
package.json
package-lock.json
npm audit
return a RuleResult object
RuleResult
Display each rule's properties
Check if the rule can be apply to the received webhook, according to the ruleConfig
webhook
ruleConfig
Generated using TypeDoc
CheckVulnerabilitiesRulewill check ifpackage.jsonandpackage-lock.jsoncontain vulnerabilities thank's tonpm audit.return a
RuleResultobject