The configuration for the Node Audit Analyzer.
| Type | Name and description |
|---|---|
java.lang.Boolean |
enabledSets whether the Node Audit Analyzer should be used. |
java.lang.Boolean |
pnpmEnabledSets whether the Pnpm Audit Analyzer should be used. |
java.lang.String |
pnpmPathThe path to `pnpm`. |
java.lang.Boolean |
skipDevDependenciesSets whether the Node Audit Analyzer should skip devDependencies. |
java.lang.Boolean |
useCacheSets whether the Node Audit Analyzer should cache results locally. |
java.lang.Boolean |
yarnEnabledSets whether the Yarn Audit Analyzer should be used. |
java.lang.String |
yarnPathThe path to `yarn`. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets whether the Node Audit Analyzer should be used.
Sets whether the Pnpm Audit Analyzer should be used.
The path to `pnpm`.
Sets whether the Node Audit Analyzer should skip devDependencies.
Sets whether the Node Audit Analyzer should cache results locally.
Sets whether the Yarn Audit Analyzer should be used.
The path to `yarn`.