aquasecurity / go-dep-parser

Dependency Parser for Multiple Programming Languages
MIT License
145 stars 109 forks source link

feat(sbt): add parser for *.sbt.lock #308

Closed stringbean closed 5 months ago

stringbean commented 5 months ago

This adds support for SBT lockfiles generated using sbt-dependency-lock.

This will allow one way of supporting SBT in Trivy as discussed here.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

nikpivkin commented 5 months ago

Hi @stringbean !

The go-dep-parse source code has been moved to Trivy. Could you please open the PR there?

stringbean commented 5 months ago

Sure, I'll transfer my changes over.

stringbean commented 5 months ago

Closing in favour of aquasecurity/trivy#6882