I'm running security scan with Snyk CLI for python project. Unfortunately snyk test command returns Failed to test pip project error. What am I missing, snyk test works just fine while scanning npm project ?
$ snyk test --file=requirements.txt
Failed to test pip project
I found the cause basically you need to do two things:
Solution
Info
You can bypass missing python packages by passing the
--allow-missingpip parameter through snyk by using the additional--argument.Docs