grype/main.go

10 lines
89 B
Go
Raw Normal View History

2020-05-26 14:37:28 +00:00
package main
import (
2020-07-24 01:29:05 +00:00
"github.com/anchore/grype/cmd"
2020-05-26 14:37:28 +00:00
)
func main() {
cmd.Execute()
}