syft/main.go
2020-07-23 20:54:04 -04:00

10 lines
88 B
Go

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