We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c85b6 commit bcf79cdCopy full SHA for bcf79cd
src/Microsoft.ComponentDetection.Orchestrator/Commands/ScanSettings.cs
@@ -53,6 +53,7 @@ public class ScanSettings : BaseSettings
53
[CommandOption("--DetectorsFilter")]
54
[Description(
55
"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))]
57
public IEnumerable<string> DetectorsFilter { get; set; }
58
59
[CommandOption("--ManifestFile")]
0 commit comments