You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
* Add --ignore option to pass in list of vulnerability ids to ignore.
* --ignore is a comma separated list.
* Refactored the check method argumment to options hash. This was done
to avoid listing all options one by one in the method argument and
also RuboCop was failing for 'Avoid parameter lists longer than 5
parameters.'
* Added rspec test around the --ignore option.
Add
--ignore
option to allow passing a comma separated list of ids to be ignored in the analysis.The text was updated successfully, but these errors were encountered: