mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
10 lines
90 B
Go
10 lines
90 B
Go
package main
|
|
|
|
import (
|
|
"github.com/anchore/imgbom/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|