Skip to content

Building the Tool

Requirements

  • Go 1.20+
  • Modules are managed using Go Modules (go.mod)

Build

go build -o scanner ./cmd/scanner

Linting and Testing

TODO