Skip to content

Commit

Permalink
Fix DetectorsFilter parameter (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored Jan 9, 2025
1 parent 10c85b6 commit bcf79cd
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 bcf79cd

Please sign in to comment.