mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 15:37:50 -08:00
9
pkg/scanner/ospkg/scan_unix.go
Normal file
9
pkg/scanner/ospkg/scan_unix.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build linux darwin
|
||||
|
||||
package ospkg
|
||||
|
||||
import (
|
||||
_ "github.com/knqyf263/fanal/analyzer/pkg/rpmcmd"
|
||||
// TODO: Eliminate the dependency on "rpm" command
|
||||
// _ "github.com/knqyf263/fanal/analyzer/pkg/rpm"
|
||||
)
|
||||
Reference in New Issue
Block a user