app/controllers/interesting_findings.rb in cms_scanner-0.0.37.9 vs app/controllers/interesting_findings.rb in cms_scanner-0.0.37.10
- old
+ new
@@ -5,10 +5,10 @@
def cli_options
[
OptChoice.new(
['--interesting-findings-detection MODE',
'Use the supplied mode for the interesting findings detection. '],
- choices: %w(mixed passive aggressive),
+ choices: %w[mixed passive aggressive],
normalize: :to_sym
)
]
end