/freshli-agent-syft

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Freshli Agent: Syft

This application is used by the freshli CLI to detect and process manifest files with the Syft processor.

Running

There are two commands in this agent: syft and start-server.

syft

This command simply wraps the Syft cli as described in the Syft README.

Simply run: go run main.go syft

start-server

This command runs the gRPC server on the specified port.

go run main.go start-server 9093