Skip to content

Commit

Permalink
docs: update gradle configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 21, 2024
1 parent cc7f0c5 commit 5f205cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ analyzers | cmakeEnabled | Sets whether the [experimental](../analyz
analyzers | autoconfEnabled | Sets whether the [experimental](../analyzers/index.html) autoconf Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | composerEnabled | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | cpanEnabled | Sets whether the [experimental](../analyzers/index.html) Perl CPAN File Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | nodeEnabled | Sets whether the Node.js Analyzer should be used. | true
analyzers | cocoapodsEnabled | Sets whether the [experimental](../analyzers/index.html) Cocoapods Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | carthageEnabled | Sets whether the [experimental](../analyzers/index.html) Carthage Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | swiftEnabled | Sets whether the [experimental](../analyzers/index.html) Swift Package Manager Analyzer should be used. `experimentalEnabled` must be set to true. | true
Expand Down Expand Up @@ -169,6 +168,7 @@ nodeAudit | yarnEnabled | Sets whether the Yarn Audit Analyzer shou
nodeAudit | yarnPath | Sets the path to the `yarn` executable. |  
nodeAudit | pnpmEnabled | Sets whether the Pnpm Audit Analyzer should be used. This analyzer requires pnpm and an internet connection. | true
nodeAudit | pnpmPath | The path to `pnpm`. |  
nodeAudit | url | The node audit API url to use. |  
retirejs | enabled | Sets whether the RetireJS Analyzer should be used. | true
retirejs | forceupdate | Sets whether the RetireJS Analyzer should update regardless of the `autoupdate` setting. | false
retirejs | retireJsUrl | The URL to the Retire JS repository. | https://raw.githubusercontent.com/Retirejs/retire.js/master/repository/jsrepository.json
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/dependency-check-gradle/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ analyzers | autoconfEnabled | Sets whether the [experimental](../analyz
analyzers | composerEnabled | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | composerSkipDev | Sets whether the [experimental](../analyzers/index.html) PHP Composer Lock File Analyzer should skip "packages-dev". | false
analyzers | cpanEnabled | Sets whether the [experimental](../analyzers/index.html) Perl CPAN File Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | nodeEnabled | Sets whether the Node.js Analyzer should be used. | true
analyzers | cocoapodsEnabled | Sets whether the [experimental](../analyzers/index.html) Cocoapods Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | carthageEnabled | Sets whether the [experimental](../analyzers/index.html) Carthage Analyzer should be used. `experimentalEnabled` must be set to true. | true
analyzers | swiftEnabled | Sets whether the [experimental](../analyzers/index.html) Swift Package Manager Analyzer should be used. `experimentalEnabled` must be set to true. | true
Expand Down Expand Up @@ -153,6 +152,7 @@ nodeAudit | yarnEnabled | Sets whether the Yarn Audit Analyzer shou
nodeAudit | yarnPath | Sets the path to the `yarn` executable. |  
nodeAudit | pnpmEnabled | Sets whether the Pnpm Audit Analyzer should be used. This analyzer requires pnpm and an internet connection. | true
nodeAudit | pnpmPath | The path to `pnpm`. |  
nodeAudit | url | The node audit API url to use. |  
retirejs | enabled | Sets whether the RetireJS Analyzer should be used. | true
retirejs | forceupdate | Sets whether the RetireJS Analyzer should update regardless of the `autoupdate` setting. | false
retirejs | retireJsUrl | The URL to the Retire JS repository. | https://raw.githubusercontent.com/Retirejs/retire.js/master/repository/jsrepository.json
Expand Down

0 comments on commit 5f205cb

Please sign in to comment.