corgibytes / freshli-agent-syft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 100.0%