vet code query

Query code scan results from the database

vet code query [flags]

Options

      --db string              Path to the sqlite database produced by code scan
      --file string            Filter by file path substring (case-insensitive)
  -h, --help                   help for query
      --language stringArray   Filter by language (e.g. --language go)
      --limit int              Maximum number of results to display (0 for unlimited) (default 50)
      --product stringArray    Filter by signature product
      --service stringArray    Filter by signature service
      --tag stringArray        Filter by tag (e.g. --tag ai --tag crypto)
      --vendor stringArray     Filter by signature vendor

Options inherited from parent commands

  -d, --debug                      Show debug logs
  -e, --exceptions string          Load exceptions from file
      --exceptions-extra strings   Load additional exceptions from file
      --lang stringArray           Source code languages to analyze (default [python,javascript,go,java,typescript])
  -l, --log string                 Write command logs to file, use - as for stdout
      --no-banner                  Do not display the vet banner
  -v, --verbose                    Show verbose logs

SEE ALSO

Auto generated by spf13/cobra on 25-Feb-2026