Skip to content

Commit

Permalink
style(help): adjust black duck capability/product names to be consist…
Browse files Browse the repository at this point in the history
…ent with black duck doc
  • Loading branch information
Steve Billings committed May 4, 2020
1 parent 70ae3b6 commit 93c64e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Expand Up @@ -48,9 +48,9 @@ public Terms() {
termMap.put("spring_boot_config_doc_url", "https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html");
termMap.put("blackduck_product_name", "Black Duck");
termMap.put("coverity_product_name", "Coverity");
termMap.put("blackduck_signature_scanner_name", "Black Duck signature scanner");
termMap.put("blackduck_signature_scanner_name", "Black Duck Signature Scanner");
termMap.put("blackduck_signature_scan_act", "Black Duck signature scan");
termMap.put("blackduck_binary_scanner_name", "Black Duck binary scanner");
termMap.put("blackduck_binary_scan_capability", "Black Duck - Binary Analysis");
termMap.put("polaris_product_name", "Polaris");
termMap.put("dockerinspector_name", "Black Duck Docker Inspector");
termMap.put("blackduck_kb", "Black Duck KnowledgeBase");
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/content/00-introduction.ftl
Expand Up @@ -11,7 +11,7 @@ ${solution_name} discovers components using a variety of detection methods, incl
* Package manager inspection utilizing commonly used tools such as Maven, Gradle, etc.
* File scanning utilizing the ${blackduck_signature_scanner_name}.
* Docker image inspection utilizing the ${dockerinspector_name}.
* Binary file analysis utilizing the ${blackduck_binary_scanner_name}.
* Binary file analysis utilizing ${blackduck_binary_scan_capability}.

By combining all these techniques ${solution_name} is capable of scanning a wide range of software projects
utilizing a variety of package managers and programming languages for open source components that are registered within the ${blackduck_kb}.
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/content/30-running.ftl
Expand Up @@ -171,7 +171,7 @@ project directory.
${solution_name} can be configured to perform additional tasks, including the following:

* Enable any of the supported snippet matching modes in the [${blackduck_signature_scanner_name}](../properties/configuration/signature scanner/).
* Run the [${blackduck_binary_scanner_name}](../properties/configuration/signature scanner/#binary-scan-target) on a given binary files.
* Run [${blackduck_binary_scan_capability}](../properties/configuration/signature scanner/#binary-scan-target) on a given binary files.
* Run the ${dockerinspector_name} on a given [Docker image](../advanced/language-and-package-managers/docker-images/).
* Generate a [report](../properties/configuration/report/).
* Fail on [policy violation](../properties/configuration/project/#fail-on-policy-violation-severities-advanced).
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/content/components/tools.ftl
Expand Up @@ -10,6 +10,6 @@ value specified in parentheses are:
* [Bazel](../../advanced/language-and-package-managers/bazel/) (--detect.tools=BAZEL)
* [Detector](../detectors/) (--detect.tools=DETECTOR)
* [${blackduck_signature_scanner_name}](../../30-running/#running-with-black-duck) (--detect.tools=SIGNATURE_SCAN)
* [${blackduck_binary_scanner_name}](../../30-running/#running-with-black-duck) (--detect.tools=BINARY_SCAN)
* [${blackduck_binary_scan_capability}](../../30-running/#running-with-black-duck) (--detect.tools=BINARY_SCAN)

The detector tool runs any applicable [detectors](../detectors/).

0 comments on commit 93c64e6

Please sign in to comment.