Skip to content

Commit bcf79cd

Browse files
authored
Fix DetectorsFilter parameter (#1304)
1 parent 10c85b6 commit bcf79cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.ComponentDetection.Orchestrator/Commands/ScanSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class ScanSettings : BaseSettings
5353
[CommandOption("--DetectorsFilter")]
5454
[Description(
5555
"A comma separated list with the identifiers of the specific detectors to be used. This is meant to be used for testing purposes only.")]
56+
[TypeConverter(typeof(CommaDelimitedConverter))]
5657
public IEnumerable<string> DetectorsFilter { get; set; }
5758

5859
[CommandOption("--ManifestFile")]

0 commit comments

Comments
 (0)