Skip to content

Commit 5f205cb

Browse files
committed
docs: update gradle configuration documentation
see dependency-check/dependency-check-gradle#423
1 parent cc7f0c5 commit 5f205cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/site/markdown/dependency-check-gradle/configuration-aggregate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ analyzers | cmakeEnabled | Sets whether the [experimental](../analyz
138138
analyzers | autoconfEnabled | Sets whether the [experimental](../analyzers/index.html) autoconf Analyzer should be used. `experimentalEnabled` must be set to true. | true
139139
analyzers | composerEnabled | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should be used. `experimentalEnabled` must be set to true. | true
140140
analyzers | cpanEnabled | Sets whether the [experimental](../analyzers/index.html) Perl CPAN File Analyzer should be used. `experimentalEnabled` must be set to true. | true
141-
analyzers | nodeEnabled | Sets whether the Node.js Analyzer should be used. | true
142141
analyzers | cocoapodsEnabled | Sets whether the [experimental](../analyzers/index.html) Cocoapods Analyzer should be used. `experimentalEnabled` must be set to true. | true
143142
analyzers | carthageEnabled | Sets whether the [experimental](../analyzers/index.html) Carthage Analyzer should be used. `experimentalEnabled` must be set to true. | true
144143
analyzers | swiftEnabled | Sets whether the [experimental](../analyzers/index.html) Swift Package Manager Analyzer should be used. `experimentalEnabled` must be set to true. | true
@@ -169,6 +168,7 @@ nodeAudit | yarnEnabled | Sets whether the Yarn Audit Analyzer shou
169168
nodeAudit | yarnPath | Sets the path to the `yarn` executable. |  
170169
nodeAudit | pnpmEnabled | Sets whether the Pnpm Audit Analyzer should be used. This analyzer requires pnpm and an internet connection. | true
171170
nodeAudit | pnpmPath | The path to `pnpm`. |  
171+
nodeAudit | url | The node audit API url to use. |  
172172
retirejs | enabled | Sets whether the RetireJS Analyzer should be used. | true
173173
retirejs | forceupdate | Sets whether the RetireJS Analyzer should update regardless of the `autoupdate` setting. | false
174174
retirejs | retireJsUrl | The URL to the Retire JS repository. | https://raw.githubusercontent.com/Retirejs/retire.js/master/repository/jsrepository.json

src/site/markdown/dependency-check-gradle/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ analyzers | autoconfEnabled | Sets whether the [experimental](../analyz
123123
analyzers | composerEnabled | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should be used. `experimentalEnabled` must be set to true. | true
124124
analyzers | composerSkipDev | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should skip "packages-dev". | false
125125
analyzers | cpanEnabled | Sets whether the [experimental](../analyzers/index.html) Perl CPAN File Analyzer should be used. `experimentalEnabled` must be set to true. | true
126-
analyzers | nodeEnabled | Sets whether the Node.js Analyzer should be used. | true
127126
analyzers | cocoapodsEnabled | Sets whether the [experimental](../analyzers/index.html) Cocoapods Analyzer should be used. `experimentalEnabled` must be set to true. | true
128127
analyzers | carthageEnabled | Sets whether the [experimental](../analyzers/index.html) Carthage Analyzer should be used. `experimentalEnabled` must be set to true. | true
129128
analyzers | swiftEnabled | Sets whether the [experimental](../analyzers/index.html) Swift Package Manager Analyzer should be used. `experimentalEnabled` must be set to true. | true
@@ -153,6 +152,7 @@ nodeAudit | yarnEnabled | Sets whether the Yarn Audit Analyzer shou
153152
nodeAudit | yarnPath | Sets the path to the `yarn` executable. |  
154153
nodeAudit | pnpmEnabled | Sets whether the Pnpm Audit Analyzer should be used. This analyzer requires pnpm and an internet connection. | true
155154
nodeAudit | pnpmPath | The path to `pnpm`. |  
155+
nodeAudit | url | The node audit API url to use. |  
156156
retirejs | enabled | Sets whether the RetireJS Analyzer should be used. | true
157157
retirejs | forceupdate | Sets whether the RetireJS Analyzer should update regardless of the `autoupdate` setting. | false
158158
retirejs | retireJsUrl | The URL to the Retire JS repository. | https://raw.githubusercontent.com/Retirejs/retire.js/master/repository/jsrepository.json

0 commit comments

Comments
 (0)