Skip to main content
Glama

Trivy

Official
by aquasecurity
.golangcli.yml906 B
linters: disable-all: true enable: - errcheck - gosimple - govet - ineffassign - staticcheck - unused - bodyclose - cyclop - durationcheck - errname - errorlint - copyloopvar - goimports - gocritic - gosec - gci linters-settings: cyclop: max-complexity: 20 govet: check-shadowing: true gocritic: disabled-checks: - singleCaseSwitch staticcheck: checks: - all - '-SA1019' # TODO gosec: excludes: - G115 # Potential integer overflow when converting between integer types gci: sections: - standard - default - prefix(github.com/aquasecurity/) - blank - dot issues: exclude-rules: - path: "." linters: - typecheck - path: pkg/types/aqua_report.go linters: - govet text: "struct field .* repeats json tag"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aquasecurity/trivy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server