Skip to content

Commit

Permalink
feat(doc): Updated documentation to detail new property
Browse files Browse the repository at this point in the history
  • Loading branch information
crowleySynopsys committed May 15, 2020
1 parent 8d2c179 commit ebf3f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/templates/content/90-releasenotes.ftl
Expand Up @@ -5,6 +5,7 @@
* The Yarn detector extracts project information from package.json files.
* Added Yarn Detector support for dependencies that are missing a fuzzy version in a lockfile dependency declaration.
* ${solution_name} logs policy violations when it is configured to [fail on policy violations](../properties/configuration/project/#fail-on-policy-violation-severities).
* Added the property [detect.blackduck.signature.scanner.copyright.search](../properties/configuration/signature scanner/#signature-scanner-copyright-search-advanced).

### Changed features
* Users can [upload source](../properties/configuration/signature scanner/#upload-source-mode) files when only [license search](../properties/configuration/signature scanner/#signature-scanner-license-search) is enabled.
Expand Down
Expand Up @@ -221,7 +221,7 @@ class DetectProperties {
}
val DETECT_BLACKDUCK_SIGNATURE_SCANNER_COPYRIGHT_SEARCH = BooleanProperty("detect.blackduck.signature.scanner.copyright.search", false).apply {
setInfo("Signature Scanner Copyright Search", "6.4.0")
setHelp("When set to true, user will be able to scan and discover copyright names in Black Duck")
setHelp("When set to true, user will be able to scan and discover copyright names in Black Duck.")
setGroups(DetectGroup.SIGNATURE_SCANNER)
}
val DETECT_BLACKDUCK_SIGNATURE_SCANNER_DRY_RUN = BooleanProperty("detect.blackduck.signature.scanner.dry.run", false).apply {
Expand Down

0 comments on commit ebf3f1a

Please sign in to comment.