Replies: 1 comment
-
Hello @kutkopy Created #6659 Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The new Conda integration in v.0.51.1 is currently not supporting pip-Dependencies within environment.yml-files, even though this is a full feature from Conda. In particular pip-dependencies in an environment.yml-file (as shown below) are not supported:
Even with pinned versions:
And lead to the following error:
Desired Behavior
All types of dependencies (conda and pip) should be detected in an environment.yml-file and be scanned correctly by trivy.
Actual Behavior
pip-dependencies are currently not detected correctly and can therefore be not scanned by the current approach.
Reproduction Steps
Target
SBOM
Scanner
Vulnerability
Output Format
CycloneDX
Mode
Standalone
Debug Output
Operating System
macOS 14.4.1 (but also on Ubuntu)
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions