Quick start

Follow the simple guide below to integrate security monitoring into your GitHub actions workflows.

1. Sign up on listen.dev and generate API Token

2. Integrate GItHub Action in your workflow

  • Add the API token generated in the previous step as a secret in your GitHub repo.

  • Add listen.dev as the first step in your existing workflow file in .github/workflows, or to a new one, as shown below:

  uses: listendev/action@v0.9
  with:
    jwt: ${{ secrets.LSTN_API_KEY }}
    ci: only

3. Monitor your workflow runs & see results

After each workflow run, you can see detailed security insights in the listen.dev dashboard.

Woot! you just completed your first e2e workflow in listen.dev! 🎉

Last updated

© 2024 Garnet Labs