grype/main.go
2020-07-23 21:29:05 -04:00

9 lines
89 B
Go

package main
import (
"github.com/anchore/grype/cmd"
)
func main() {
cmd.Execute()
}