Skip to main content
Glama
security-testing.config.ts821 B
import { SecurityTestConfig } from '../security-testing/types'; const securityTestingConfig: SecurityTestConfig = { target: { baseUrl: 'http://localhost:3001', }, suites: ['custom'], custom: { enabled: true, testPaths: ['src/security-testing/tests/categories'], }, reporting: { enabled: true, outputDir: 'reports/security', formats: ['json', 'html'], }, owasp: { enabled: true, zapPath: '/usr/local/bin/zap.sh', // Default Homebrew path for macOS port: 8080, host: 'localhost', scanTypes: ['baseline'], reportFormats: ['html', 'json'], }, snyk: { enabled: true, token: 'YOUR_SNYK_TOKEN', // Replace with your Snyk token scanTypes: ['dependencies', 'code'], severity: ['high', 'critical'], }, }; export default securityTestingConfig;

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/learnwithcc/tally-mcp'

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