Skip to content

Commit e428d7c

Browse files
committed
review comments
1 parent de35b3a commit e428d7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/src/main/markdown/currentreleasenotes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### New features
1515

16-
* A new `detect.blackduck.signature.scanner.csv.archive` property has been added that will upload CSV files to [bd_product_long] 2025.1.0 or later. If used in offline mode, the CSV files will be located in the [detect_product_short] run directory in a new csv folder. These features are only available for intelligent persistence scans.
16+
* The scanCLI `detect.blackduck.signature.scanner.csv.archive` property has been added for generating and uploading CSV files to [bd_product_long] 2025.1.0 or later. If used in offline mode, the generated CSV files will be located in the [detect_product_short] run directory in the csv folder.
17+
This feature is only available for intelligent persistence scans.
1718

1819
### Changed features
1920

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ private DetectProperties() {
442442
public static final BooleanProperty DETECT_BLACKDUCK_SIGNATURE_SCANNER_CSV_ARCHIVE =
443443
BooleanProperty.newBuilder("detect.blackduck.signature.scanner.csv.archive", false)
444444
.setInfo("Signature Scanner CSV Archive Output", DetectPropertyFromVersion.VERSION_10_2_0)
445-
.setHelp("When set to true Signature Scanner output will be in CSV format. Corresponding Signature Scanner CLI Argument: --outputFormat for offline mode, --uploadCSV for online mode.")
445+
.setHelp("When set to true Signature Scanner output will be in CSV format. Corresponding Signature Scanner CLI Argument: --outputFormat csv for offline mode, --upload-csv for online mode.")
446446
.setGroups(DetectGroup.SIGNATURE_SCANNER)
447447
.build();
448448

0 commit comments

Comments
 (0)