Skip to content

Commit 9ca500e

Browse files
Update detect.iac.scan.paths property documentation (#1338)
* Update detect.iac.scan.paths property documentation * Slight wording tweak
1 parent 2515eb0 commit 9ca500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ private DetectProperties() {
16461646
.setInfo("IaC Scan Target Paths", DetectPropertyFromVersion.VERSION_7_14_0)
16471647
.setHelp(
16481648
"A comma-separated list of paths to perform IaC scans on.",
1649-
"If this property is set, an IaC scan will be performed on each of the paths provided. If this property is not set, but IaC Scanning is enabled via detect.tools, the IaC scan target path is the source path (see property detect.source.path)."
1649+
"If this property is set, an IaC scan will be performed on each of the paths provided. If this property is not set, but IaC Scanning is enabled via detect.tools (explicitly, not detect.tools=ALL), the IaC scan target path is the source path (see property detect.source.path)."
16501650
)
16511651
.setGroups(DetectGroup.IAC_SCAN, DetectGroup.GLOBAL)
16521652
.setExample("/user/source/target1,/user/source/target2")

0 commit comments

Comments
 (0)