Skip to main content
Glama
.gitleaks.toml1.19 kB
# Gitleaks configuration file title = "gitleaks config for mcp-wordpress" [extend] # useDefault will extend the base configuration with the default gitleaks config useDefault = true # Global allowlist - files and patterns to completely ignore [allowlist] # Files and directories to exclude from scanning paths = [ '''tests/.*''', '''.*\.test\.(js|ts)$''', '''.*\.spec\.(js|ts)$''', '''docs/.*\.md$''', '''README\.md''', '''\.github/ISSUE_TEMPLATE/.*''', '''dist/.*''', '''build/.*''', '''coverage/.*''', '''node_modules/.*''', '''package-lock\.json$''', '''yarn\.lock$''', '''\.vscode/.*''', '''\.idea/.*''' ] # Regular expressions for content to ignore regexes = [ '''username:app_password''', '''username:password''', '''curl -u username:''', '''const encryptionKey = "test1234567890"''', '''WORDPRESS_APP_PASSWORD=xxxx\s+xxxx\s+xxxx\s+xxxx\s+xxxx\s+xxxx''', '''GPG key: [A-F0-9]{40}''' ] # Stop words that should not trigger secret detection stopwords = [ "1234567890abcdef", "test1234567890", "F41410131B6F78543A3F215943569F605BBEA4DC" ] # Specific commits to ignore (if needed) commits = []

Latest Blog Posts

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/docdyhr/mcp-wordpress'

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