mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-17 05:59:59 +02:00
updated documentation
Former-commit-id: a41eadec0c691ce907b64a688a60325dd61f9ae7
This commit is contained in:
11
src/site/markdown/analyzers/central-analyzer.md
Normal file
11
src/site/markdown/analyzers/central-analyzer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
Central Analyzer
|
||||
==============
|
||||
|
||||
Dependency-check includes an analyzer that will check for the Maven GAV
|
||||
(Group/Artifact/Version) information for artifacts in the scanned area. By
|
||||
default the information comes from [Maven Central][1]. If the artifact's hash
|
||||
is found in the configured Nexus repository, its GAV is recorded as an Identifier
|
||||
and the Group is collected as Vendor evidence, the Artifact is collected as Product
|
||||
evidence, and the Version is collected as Version evidence.
|
||||
|
||||
[1]: http://search.maven.org/ "Maven Central"
|
||||
Reference in New Issue
Block a user