mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-09 22:30:46 -08:00
10 lines
212 B
Go
10 lines
212 B
Go
// +build linux darwin
|
|
|
|
package ospkg
|
|
|
|
import (
|
|
_ "github.com/aquasecurity/fanal/analyzer/pkg/rpmcmd"
|
|
// TODO: Eliminate the dependency on "rpm" command
|
|
// _ "github.com/aquasecurity/fanal/analyzer/pkg/rpm"
|
|
)
|