-
name
String name
The name of the report to be displayed
-
scanPath
ArrayList<E> scanPath
Specifies the directory[s] to scan.
-
outputDirectory
hudson.FilePath outputDirectory
Specifies the destination directory for the generated report.
-
dataDirectory
hudson.FilePath dataDirectory
Specifies the data directory.
-
showEvidence
boolean showEvidence
Boolean value (true/false) whether or not the evidence collected
about a dependency is displayed in the report. Default is false.
-
format
org.owasp.dependencycheck.reporting.ReportGenerator.Format format
The report format to be generated. Default is XML.
-
autoUpdate
boolean autoUpdate
Sets whether auto-updating of the NVD CVE/CPE data is enabled. It is not
recommended that this be turned to false. Default is true.
-
verboseLoggingFile
hudson.FilePath verboseLoggingFile
Specifies the verbose logging file to use
-
suppressionFile
hudson.FilePath suppressionFile
Specifies the suppression file to use
-
dataMirroringType
int dataMirroringType
Specifies the data mirroring type (scheme) to use
-
cveUrl12Modified
URL cveUrl12Modified
Specifies the CVE 1.2 modified URL
-
cveUrl20Modified
URL cveUrl20Modified
Specifies the CVE 2.0 modified URL
-
cveUrl12Base
URL cveUrl12Base
Specifies the CVE 1.2 base URL
-
cveUrl20Base
URL cveUrl20Base
Specifies the CVE 2.0 base URL
-
nexusAnalyzerEnabled
boolean nexusAnalyzerEnabled
Specifies if the Nexus analyzer is enabled
-
nexusUrl
URL nexusUrl
Specifies the Nexus URL to use if enabled