| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_ZIP_EXTENSIONS
The CLI argument name for setting extra extensions.
|
static String |
ADVANCED_HELP
The long CLI argument name asking for advanced help.
|
static String |
ARTIFACTORY_API_TOKEN
The CLI argument for indicating the Artifactory API token.
|
static String |
ARTIFACTORY_BEARER_TOKEN
The CLI argument for indicating the Artifactory bearer token.
|
static String |
ARTIFACTORY_ENABLED
The CLI argument for indicating if the Artifactory analyzer should be
enabled.
|
static String |
ARTIFACTORY_PARALLEL_ANALYSIS
The CLI argument for indicating if the Artifactory analyzer should
use the parallel analysis.
|
static String |
ARTIFACTORY_URL
The CLI argument for indicating if the Artifactory analyzer should
use the proxy.
|
static String |
ARTIFACTORY_USERNAME
The CLI argument for indicating the Artifactory username.
|
static String |
ARTIFACTORY_USES_PROXY
The CLI argument for indicating if the Artifactory analyzer should
use the proxy.
|
static String |
CONNECTION_STRING
The CLI argument name for setting the connection string.
|
static String |
CONNECTION_TIMEOUT
The CLI argument name indicating the connection timeout.
|
static String |
CONNECTION_TIMEOUT_SHORT
The short CLI argument name indicating the connection timeout.
|
static String |
CVE_BASE_URL
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_MODIFIED_URL
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_PASSWORD
The password for basic auth to the CVE data.
|
static String |
CVE_USER
The username for basic auth to the CVE data.
|
static String |
CVE_VALID_FOR_HOURS
The CLI argument name for setting the number of hours to wait before
checking for new updates from the NVD.
|
static String |
DATA_DIRECTORY
The CLI argument name for setting the location of the data directory.
|
static String |
DATA_DIRECTORY_SHORT
The short CLI argument name for setting the location of the data
directory.
|
static String |
DB_DRIVER
The CLI argument name for setting the database driver name.
|
static String |
DB_DRIVER_PATH
The CLI argument name for setting the path to the database driver; in
case it is not on the class path.
|
static String |
DB_NAME
The CLI argument name for setting the database user name.
|
static String |
DB_PASSWORD
The CLI argument name for setting the database password.
|
static String |
DISABLE_ARCHIVE
Disables the Archive Analyzer.
|
static String |
DISABLE_ASSEMBLY
Disables the Assembly Analyzer.
|
static String |
DISABLE_AUTO_UPDATE
The long CLI argument name specifying that the CPE/CVE/etc.
|
static String |
DISABLE_AUTO_UPDATE_SHORT
The short CLI argument name specifying that the CPE/CVE/etc.
|
static String |
DISABLE_AUTOCONF
Disables the Autoconf Analyzer.
|
static String |
DISABLE_BUNDLE_AUDIT
Disables the Ruby Bundler Audit Analyzer.
|
static String |
DISABLE_CENTRAL
Disables the Central Analyzer.
|
static String |
DISABLE_CENTRAL_CACHE
Disables the Central Analyzer's ability to cache results locally.
|
static String |
DISABLE_CMAKE
Disables the Cmake Analyzer.
|
static String |
DISABLE_COCOAPODS
Disables the cocoapods analyzer.
|
static String |
DISABLE_COMPOSER
Disables the Python Package Analyzer.
|
static String |
DISABLE_GO_DEP
Disables the Golang Dependency Analyzer.
|
static String |
DISABLE_GOLANG_MOD
Disables the Golang Mod Analyzer.
|
static String |
DISABLE_JAR
Disables the Jar Analyzer.
|
static String |
DISABLE_MIX_AUDIT
Disables the Elixir mix audit Analyzer.
|
static String |
DISABLE_MSBUILD
Disable the MS Build Analyzer.
|
static String |
DISABLE_NODE_AUDIT
Disables the Node Audit Analyzer.
|
static String |
DISABLE_NODE_AUDIT_CACHE
Disables the Node Audit Analyzer's ability to cache results locally.
|
static String |
DISABLE_NODE_AUDIT_SKIPDEV
Configures the Node Audit Analyzer to skip the dev dependencies.
|
static String |
DISABLE_NODE_JS
Disables the Node.js Package Analyzer.
|
static String |
DISABLE_NUGETCONF
Disables the Nuget packages.config Analyzer.
|
static String |
DISABLE_NUSPEC
Disables the Nuspec Analyzer.
|
static String |
DISABLE_OPENSSL
Disables the OpenSSL Analyzer.
|
static String |
DISABLE_OSSINDEX
Disables the Sonatype OSS Index Analyzer.
|
static String |
DISABLE_OSSINDEX_CACHE
Disables the Sonatype OSS Index Analyzer's ability to cache results
locally.
|
static String |
DISABLE_PIP
Disables the pip Analyzer.
|
static String |
DISABLE_PIPFILE
Disables the Pipfile Analyzer.
|
static String |
DISABLE_PY_DIST
Disables the Python Distribution Analyzer.
|
static String |
DISABLE_PY_PKG
Disables the Python Package Analyzer.
|
static String |
DISABLE_RETIRE_JS
Disables the RetireJS Analyzer.
|
static String |
DISABLE_RUBYGEMS
Disables the Ruby Gemspec Analyzer.
|
static String |
DISABLE_SWIFT
Disables the swift package manager analyzer.
|
static String |
DISABLE_YARN_AUDIT
Disables the Yarn Audit Analyzer.
|
static String |
ENABLE_NEXUS
Disables the Nexus Analyzer.
|
static String |
EXCLUDE
Exclude path argument.
|
static String |
EXPERIMENTAL
The CLI argument to enable the experimental analyzers.
|
static String |
FAIL_JUNIT_ON_CVSS
The CLI argument to set the threshold that is considered a failure
when generating the JUNIT report format.
|
static String |
FAIL_ON_CVSS
The CLI argument to configure when the execution should be considered
a failure.
|
static String |
HELP
The long CLI argument name asking for help.
|
static String |
HELP_SHORT
The short CLI argument name asking for help.
|
static String |
HINTS_FILE
The CLI argument name for setting the location of the hint file.
|
static String |
NEXUS_PASSWORD
The password for the nexus server.
|
static String |
NEXUS_URL
The URL of the nexus server.
|
static String |
NEXUS_USERNAME
The username for the nexus server.
|
static String |
NEXUS_USES_PROXY
Whether or not the defined proxy should be used when connecting to
Nexus.
|
static String |
NON_PROXY_HOSTS
The CLI argument name indicating the proxy proxy exclusion list.
|
static String |
OSSINDEX_PASSWORD
The password for the Sonatype OSS Index.
|
static String |
OSSINDEX_USERNAME
The username for the Sonatype OSS Index.
|
static String |
OUT
The long CLI argument name specifying the directory to write the
reports to.
|
static String |
OUT_SHORT
The short CLI argument name specifying the directory to write the
reports to.
|
static String |
OUTPUT_FORMAT
The long CLI argument name specifying the output format to write the
reports to.
|
static String |
OUTPUT_FORMAT_SHORT
The short CLI argument name specifying the output format to write the
reports to.
|
static String |
PATH_TO_BUNDLE_AUDIT
The CLI argument name for setting the path to bundle-audit for Ruby
bundle analysis.
|
static String |
PATH_TO_BUNDLE_AUDIT_WORKING_DIRECTORY
The CLI argument name for setting the path that should be used as the
working directory that the bundle-audit command used for Ruby bundle
analysis should be executed from.
|
static String |
PATH_TO_CORE
The CLI argument name for setting the path to dotnet core.
|
static String |
PATH_TO_GO
The CLI argument name for setting the path to `go`.
|
static String |
PATH_TO_MIX_AUDIT
The CLI argument name for setting the path to mix_audit for Elixir
analysis.
|
static String |
PATH_TO_YARN
The CLI argument name for setting the path to `yarn`.
|
static String |
PRETTY_PRINT
The CLI argument to configure if the XML and JSON reports should be
pretty printed.
|
static String |
PROJECT
The long CLI argument name specifying the name of the project to be
scanned.
|
static String |
PROP
The CLI argument name for setting the location of an additional
properties file.
|
static String |
PROP_SHORT
The short CLI argument name for setting the location of an additional
properties file.
|
static String |
PROXY_PASSWORD
The CLI argument name indicating the proxy password.
|
static String |
PROXY_PORT
The CLI argument name indicating the proxy port.
|
static String |
PROXY_SERVER
The CLI argument name indicating the proxy server.
|
static String |
PROXY_USERNAME
The CLI argument name indicating the proxy username.
|
static String |
PURGE_NVD
The long CLI argument name specifying that only the update phase
should be executed; no scan should be run.
|
static String |
RETIRE_JS_FORCEUPDATE
Whether the RetireJS Analyzer will update regardless of the
`autoupdate` setting.
|
static String |
RETIRED
The CLI argument to enable the retired analyzers.
|
static String |
RETIREJS_FILTER_NON_VULNERABLE
The CLI argument for the retire js content filters.
|
static String |
RETIREJS_FILTERS
The CLI argument for the retire js content filters.
|
static String |
RETIREJS_URL
The URL to the retire JS repository.
|
static String |
SCAN
The long CLI argument name specifying the directory/file to scan.
|
static String |
SCAN_SHORT
The short CLI argument name specifying the directory/file to scan.
|
static String |
SUPPRESSION_FILES
The CLI argument name for setting the location of the suppression
file(s).
|
static String |
SYM_LINK_DEPTH
The CLI argument name for setting the depth of symbolic links that
will be followed.
|
static String |
UPDATE_ONLY
The long CLI argument name specifying that only the update phase
should be executed; no scan should be run.
|
static String |
VERBOSE_LOG
The CLI argument name for setting the location of the data directory.
|
static String |
VERBOSE_LOG_SHORT
The short CLI argument name for setting the location of the data
directory.
|
static String |
VERSION
The short CLI argument name asking for the version.
|
static String |
VERSION_SHORT
The long CLI argument name asking for the version.
|
| Constructor and Description |
|---|
ARGUMENT() |
public static final String SCAN
public static final String SCAN_SHORT
public static final String DISABLE_AUTO_UPDATE
public static final String DISABLE_AUTO_UPDATE_SHORT
public static final String UPDATE_ONLY
public static final String PURGE_NVD
public static final String OUT
public static final String OUT_SHORT
public static final String OUTPUT_FORMAT
public static final String OUTPUT_FORMAT_SHORT
public static final String PROJECT
public static final String HELP
public static final String ADVANCED_HELP
public static final String HELP_SHORT
public static final String VERSION_SHORT
public static final String VERSION
public static final String PROXY_PORT
public static final String PROXY_SERVER
public static final String PROXY_USERNAME
public static final String PROXY_PASSWORD
public static final String NON_PROXY_HOSTS
public static final String CONNECTION_TIMEOUT_SHORT
public static final String CONNECTION_TIMEOUT
public static final String PROP_SHORT
public static final String PROP
public static final String DATA_DIRECTORY
public static final String CVE_MODIFIED_URL
public static final String CVE_BASE_URL
public static final String DATA_DIRECTORY_SHORT
public static final String VERBOSE_LOG
public static final String VERBOSE_LOG_SHORT
public static final String SYM_LINK_DEPTH
public static final String SUPPRESSION_FILES
public static final String HINTS_FILE
public static final String CVE_VALID_FOR_HOURS
public static final String CVE_USER
public static final String CVE_PASSWORD
public static final String DISABLE_JAR
public static final String DISABLE_MSBUILD
public static final String DISABLE_ARCHIVE
public static final String DISABLE_PY_DIST
public static final String DISABLE_PY_PKG
public static final String DISABLE_MIX_AUDIT
public static final String DISABLE_GO_DEP
public static final String DISABLE_COMPOSER
public static final String DISABLE_GOLANG_MOD
public static final String PATH_TO_GO
public static final String PATH_TO_YARN
public static final String DISABLE_RUBYGEMS
public static final String DISABLE_AUTOCONF
public static final String DISABLE_PIP
public static final String DISABLE_PIPFILE
public static final String DISABLE_CMAKE
public static final String DISABLE_COCOAPODS
public static final String DISABLE_SWIFT
public static final String DISABLE_ASSEMBLY
public static final String DISABLE_BUNDLE_AUDIT
public static final String DISABLE_NUSPEC
public static final String DISABLE_NUGETCONF
public static final String DISABLE_CENTRAL
public static final String DISABLE_CENTRAL_CACHE
public static final String ENABLE_NEXUS
public static final String DISABLE_OSSINDEX
public static final String DISABLE_OSSINDEX_CACHE
public static final String OSSINDEX_USERNAME
public static final String OSSINDEX_PASSWORD
public static final String DISABLE_OPENSSL
public static final String DISABLE_NODE_JS
public static final String DISABLE_NODE_AUDIT
public static final String DISABLE_YARN_AUDIT
public static final String DISABLE_NODE_AUDIT_CACHE
public static final String DISABLE_NODE_AUDIT_SKIPDEV
public static final String DISABLE_RETIRE_JS
public static final String RETIRE_JS_FORCEUPDATE
public static final String RETIREJS_URL
public static final String NEXUS_URL
public static final String NEXUS_USERNAME
public static final String NEXUS_PASSWORD
public static final String NEXUS_USES_PROXY
public static final String CONNECTION_STRING
public static final String DB_NAME
public static final String DB_PASSWORD
public static final String DB_DRIVER
public static final String DB_DRIVER_PATH
public static final String PATH_TO_CORE
public static final String ADDITIONAL_ZIP_EXTENSIONS
public static final String EXCLUDE
public static final String PATH_TO_BUNDLE_AUDIT
public static final String PATH_TO_BUNDLE_AUDIT_WORKING_DIRECTORY
public static final String PATH_TO_MIX_AUDIT
public static final String EXPERIMENTAL
public static final String RETIRED
public static final String RETIREJS_FILTERS
public static final String RETIREJS_FILTER_NON_VULNERABLE
public static final String ARTIFACTORY_ENABLED
public static final String ARTIFACTORY_URL
public static final String ARTIFACTORY_USERNAME
public static final String ARTIFACTORY_API_TOKEN
public static final String ARTIFACTORY_BEARER_TOKEN
public static final String ARTIFACTORY_USES_PROXY
public static final String ARTIFACTORY_PARALLEL_ANALYSIS
public static final String FAIL_ON_CVSS
public static final String PRETTY_PRINT
public static final String FAIL_JUNIT_ON_CVSS
Copyright © 2012–2021 OWASP. All rights reserved.