The supported dependency management files are: requirements.txt, setup.py, poetry.json, poetry.lock
However, on some of the projects developed in Python, the files named "resquirements-test.txt", or "requirements-doc.txt" (ie requirements-*.txt") were ingested and read by the CLI during analyses.
Workaround or action plan
Python's requirements-%.txt are excluded in version 5.8.5
Definitive solution
To use CLI version 5.8.5 and above
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk ticket
50715
Comments