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
Currently, grype matches on requirements.txt files for that file only, and I think it is valid to match on more combinations of requirements.txt like:
requirements-dev.txt
requirements-prod.txt
test-requirements.txt
This grep found those variations in (my) local repositories that would benefit from getting inspected. This will probably need only the globs to be updated for Python.