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
Use lower bound for expected findings in self-test-and-release.yml (#32)
This check breaks frequently when new rules get added or old rules get refined because the exact number of recommendations in these packages changes. Instead, use a lower bound. This still tests if the CLI returned a non-trivial number of recommendations, but it becomes less flaky when rules change.
0 commit comments