-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
event/slamSlam IssuesSlam Issuesexempt-from-stalepythonPull requests that update Python codePull requests that update Python code
Description
Issue description / feature objectives
Issues with dependency license scans were found when running a snyk scan:
MPL-2.0 license in pathspec@0.12.1
LGPL-3.0 license in paramiko@3.5.0
MPL-2.0 license in certifi@2025.4.26
Allowed licenses are in the CNCF Allowlist License policy
Caveats / Assumptions
- Some of these dependencies are transitive, so the direct dependencies that imports it might need to be looked at for replacement.
You can use the follow to generare the requirements file being scanned by snyk
pipx install pip-tools
pip-compile pyproject.toml -o requirements.txt
Completion Criteria
- A passing snyk scan on ci: add snyk license scanning to PR CI workflow #1878
Metadata
Metadata
Assignees
Labels
event/slamSlam IssuesSlam Issuesexempt-from-stalepythonPull requests that update Python codePull requests that update Python code
Type
Projects
Status
In progress
Status
In Progress