Replies: 4 comments 1 reply
-
Go packagesExamples:
Way to support:
|
Beta Was this translation helpful? Give feedback.
-
also python packages can be installed from a git repo
|
Beta Was this translation helpful? Give feedback.
-
About which package is represented by a Github repoI think we will have to work on a side project for this requirement.
|
Beta Was this translation helpful? Give feedback.
-
Consider using trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more. Although Trivy is a CLI tool written in Go, we discussed it with Mor from AquaSecurity, and he said that Trivy already solved the problem of identifying the package related to a given Github repository. We need to think if we want to lunch a service to supply Trivy results, or maybe compile the Trivy code into a WASM. |
Beta Was this translation helpful? Give feedback.
-
Github (and other repos) are used in wide use cases, and we need to find the way they cross each other.
General
Analyse links to Github and give information about the repo.
Swift
TBD
Go
See the comment: #45.
Links should be supported by generally supporting Github links (see above).
NPM
npm install git://github.com/user-c/dep-2#node0.8.0
Python
pip install git+ssh://[email protected]/user/repo.git
(see herePlease share what else we need to consider if we want to support Github URLs. Do we need to change the design?
Beta Was this translation helpful? Give feedback.
All reactions