Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 565 Bytes

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