Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ repos:
rev: v2.11.4
hooks:
- id: golangci-lint

- repo: local
hooks:
# Security: surface known stdlib/dependency CVEs before they land
# in a commit instead of failing later in CI's govulncheck job.
# Requires: go install golang.org/x/vuln/cmd/govulncheck@latest
- id: govulncheck
name: govulncheck
entry: govulncheck ./...
language: system
types: [go]
pass_filenames: false
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/babs/mcp-auth-proxy

go 1.26.3

toolchain go1.26.4

require (
github.com/alicebob/miniredis/v2 v2.37.0
github.com/coreos/go-oidc/v3 v3.18.0
Expand Down