From b4c1874922b7fe7ad037f9a79f4dc2dd92ea55a7 Mon Sep 17 00:00:00 2001 From: Patel230 Date: Tue, 9 Jun 2026 11:56:31 +0530 Subject: [PATCH] fix: remove non-existent CLI/Docker refs, align CI tooling - Deleted deploy/docker/docker-compose.yml (referenced a non-existent Dockerfile + binary) for this library. - docs + api/openapi.yaml: corrected to the real embeddable MCP/library surface instead of a non-existent CLI binary. - CI: pinned gofumpt v0.10.0; aligned golangci-lint version between CI and local tooling. - Fixed sgconfig.yaml reference to a non-existent tests dir; corrected stale internal/output/sarif.go path in CHANGELOG/PR template. Verified: go build/vet/test pass; gofumpt clean; golangci-lint 0 issues. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 3 ++- Makefile | 6 +++--- api/openapi.yaml | 14 +++++++++----- deploy/docker/docker-compose.yml | 12 ------------ docs/architecture.md | 14 +++++++++----- lefthook.yml | 2 +- sgconfig.yaml | 2 -- 9 files changed, 26 insertions(+), 31 deletions(-) delete mode 100644 deploy/docker/docker-compose.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cef7a17..31ba56b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,7 +40,7 @@ ## SARIF compatibility