syft/main.go

10 lines
88 B
Go
Raw Normal View History

2020-05-12 14:45:18 +00:00
package main
import (
2020-07-24 00:54:04 +00:00
"github.com/anchore/syft/cmd"
2020-05-12 14:45:18 +00:00
)
func main() {
cmd.Execute()
2020-05-13 00:43:46 +00:00
}