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
After changes made in #2125 the next command (which also can be found in README.md) cannot be run as it's not possible to use wildcard in place of pluginId anymore:
# Suppress all us-east-1 region results
$ ./index.js --suppress *:us-east-1:*
Returns:
Error: Invalid pluginId in suppression: *. Must only contain letters and numbers and be between 1-255 characters.
The text was updated successfully, but these errors were encountered:
After changes made in #2125 the next command (which also can be found in
README.md
) cannot be run as it's not possible to use wildcard in place ofpluginId
anymore:Returns:
The text was updated successfully, but these errors were encountered: