Skip to content

Commit

Permalink
Fix DetectorsFilter parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed Nov 15, 2024
1 parent 9408a0e commit 9c17539
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class ScanSettings : BaseSettings
[CommandOption("--DetectorsFilter")]
[Description(
"A comma separated list with the identifiers of the specific detectors to be used. This is meant to be used for testing purposes only.")]
[TypeConverter(typeof(CommaDelimitedConverter))]
public IEnumerable<string> DetectorsFilter { get; set; }

[CommandOption("--ManifestFile")]
Expand Down

0 comments on commit 9c17539

Please sign in to comment.