Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
using snippet mode in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Nov 22, 2017
1 parent e7235ea commit 81c17e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ class HubSignatureScanner implements SummaryResultReporter {
hubScanConfigBuilder.addScanTargetPath(canonicalPath)
hubScanConfigBuilder.cleanupLogsOnSuccess = detectConfiguration.cleanupBomToolFiles
hubScanConfigBuilder.dryRun = detectConfiguration.hubSignatureScannerDryRun
hubScanConfigBuilder.snippetModeEnabled = detectConfiguration.hubSignatureScannerSnippetMode

String projectName = detectProject.projectName
String projectVersionName = detectProject.projectVersionName
Expand Down

0 comments on commit 81c17e5

Please sign in to comment.