This application is used by the freshli CLI to detect and process manifest files with the Syft processor.
There are two commands in this agent: syft and start-server.
This command simply wraps the Syft cli as described in the Syft README.
Simply run: go run main.go syft
This command runs the gRPC server on the specified port.
go run main.go start-server 9093