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
fix(deps): exclude infra/sh/ from docker-compose fileMatch
The broad infra/*.yaml pattern was matching Ansible inventory,
group_vars, and molecule configs as docker-compose files. Use a
negative lookahead to exclude infra/sh/ (Ansible/Terraform).
0 commit comments