mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
9 lines
89 B
Go
9 lines
89 B
Go
package main
|
|
|
|
import (
|
|
"github.com/anchore/grype/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|