Skip to main content
1

Generate API Token

Go to dashboard.garnet.aiSettingsAPI TokensGenerate token
2

Install Agent

Instrument your environment with Jibril, our lightweight eBPF agent.
1. Add repository secretYour repo → SettingsSecretsActionsNew secretName: GARNET_API_TOKEN2. Create workflow file
name: Garnet Security Scan

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  monitor:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Run Garnet Scanner
        uses: garnet-org/action@v1
        with:
          api_token: ${{ secrets.GARNET_API_TOKEN }}
Detailed guide: GitHub Actions
Jibril requires kernel access to run eBPF. For a deep dive into its architecture, see jibril.sh.
3

View Detections

Detections
Learn more about Detections.
4

Configure Alerts (Optional)

Settings → Integrations → Add to SlackLearn more about Alerts.