DependencyTrack / DependencyTrack/dependency-track
add golang module analysis in SnykAnalysisTask
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 811
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 237
Description
### Current Behavior
We use snyk to analyze our components' vulnerability, and right now snyk analysis task only supports the below packages without golang module
PackageURL.StandardTypes.CARGO,
"cocoapods", // Not defined in StandardTypes
PackageURL.StandardTypes.COMPOSER,
PackageURL.StandardTypes.GEM,
PackageURL.StandardTypes.GENERIC,
PackageURL.StandardTypes.HEX,
PackageURL.StandardTypes.MAVEN,
PackageURL.StandardTypes.NPM,
PackageURL.StandardTypes.NUGET,
PackageURL.StandardTypes.PYPI,
"swift" // Not defined in StandardTypes
### Proposed Behavior
It would be nice to support golang module analysis in Snyk
### Checklist
- [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this enhancement was already requested
Contributor guide
Assessment
This issue has not been assessed yet.