Skip to main content
Glama
www-zerotrusted-ai

ZeroTrusted-ai PII Detection Agent

dev-ci.yml851 B
name: Development on: push: branches: - main workflow_dispatch: permissions: contents: read jobs: build: runs-on: ubuntu-latest steps: - name: Checkout source code uses: actions/checkout@main - name: Login to Azure Container Registry uses: azure/docker-login@master with: login-server: ${{ vars.REGISTRY_NAME }}.azurecr.io username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push image to ACR run: | GITHUB_SHORT_SHA=$(echo ${{ github.sha }} | cut -c1-7) docker build -t ${{ vars.REGISTRY_NAME }}.azurecr.io/zt-pii-agent:dev-${GITHUB_SHORT_SHA} -f .docker/Dockerfile . docker push ${{ vars.REGISTRY_NAME }}.azurecr.io/zt-pii-agent:dev-${GITHUB_SHORT_SHA}

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/www-zerotrusted-ai/zt-pii-agent'

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