We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82f73e commit a2e37bbCopy full SHA for a2e37bb
1 file changed
src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java
@@ -1314,6 +1314,7 @@ private DetectProperties() {
1314
.setHelp(
1315
"Use this property to point Detect to a local NuGet Inspector executable, instead of the default that Detect downloads from the binary repository."
1316
)
1317
+ .setExample("/path/to/unzipped/detect-nuget-inspector")
1318
.setGroups(DetectGroup.NUGET, DetectGroup.GLOBAL)
1319
.setCategory(DetectCategory.Advanced)
1320
.build();
0 commit comments