feat(lib): support of Go (go.sum) scan (#1244)
* chore: update trivy deps * fix(test): fix sort order in json * parse go.sum in scanning * feat(lib): support go.sum
This commit is contained in:
@@ -129,6 +129,7 @@ var LibraryMap = map[string]string{
|
||||
"composer.lock": "php",
|
||||
"Pipfile.lock": "python",
|
||||
"poetry.lock": "python",
|
||||
"go.sum": "gomod",
|
||||
}
|
||||
|
||||
// GetLibraryKey returns target library key
|
||||
|
||||
Reference in New Issue
Block a user