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
Visit the Listen.dev dashboard and sign up. Create an org and project.
Generate your API token from the project settings–keeping it handy for next step.
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:
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