Integrate using GitHub Actions

After creating your project, integrate it with GitHub Actions to enable security monitoring.

  1. Open your project's repository in GitHub.

  2. Edit your GitHub Actions workflow file located in .github/workflows.

  3. Add the listen.dev GitHub Action and include the API key as a secret.

      - name: Run lstn scan 
        uses: listendev/action@v0.4.0
        with: 
          jwt: ${{ secrets.LSTN_API_KEY }}
  1. Commit and push the changes to activate the integration.

Last updated

© 2023 Garnet Labs