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
Add the following sub-commands to the list command to all the user know which rules are available: rules - list rules
Add the following flags for the scan command to allow the user to control which rules are being used:
--all-rules (default)
--rule-include string, comma separated (adds to list, starts from empty)
--rule-exclude string, comma separated (remove from list, starts from full list)
The text was updated successfully, but these errors were encountered:
kaplanlior
changed the title
Add support for rules listing, includtion / exclusion
Feature: Add support for rules listing, includtion / exclusion
Mar 29, 2023
jossef
changed the title
Feature: Add support for rules listing, includtion / exclusion
add cli args to support rules listing, include, exclude
Mar 30, 2023
Today we run the full list of rules as defined at secrets/secrets.go#L111
Add the following sub-commands to the list command to all the user know which rules are available:
rules - list rules
Add the following flags for the scan command to allow the user to control which rules are being used:
The text was updated successfully, but these errors were encountered: