Skip to main content
Glama
veracode.yml1.19 kB
name: Veracode Scans on: pull_request: types: [opened, synchronize, reopened] push: branches: [main] permissions: contents: write jobs: veracode: runs-on: "ubuntu-latest" steps: - name: Checkout uses: actions/checkout@v4 - name: Create package (zip) run: zip -r package.zip . -x ".git/*" "tests/*" "docs/*" "*.md" "images/*" "tomtom-mcp.mcpb" ".github/*" # exclude include according to the project - name: Veracode Pipeline Scan (PR) if: ${{ github.event_name == 'pull_request' }} uses: veracode/Veracode-pipeline-scan-action@v1.0.20 with: vid: ${{ secrets.VERACODE_API_ID }} vkey: ${{ secrets.VERACODE_API_KEY }} file: "package.zip" fail_build: true - name: Veracode Policy Scan (main) if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} uses: veracode/veracode-uploadandscan-action@0.2.9 with: vid: ${{ secrets.VERACODE_API_ID }} vkey: ${{ secrets.VERACODE_API_KEY }} appname: tomtom-international.tomtom-mcp filepath: "package.zip" deleteincompletescan: 2

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/tomtom-international/tomtom-mcp'

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