Integrate GitHub Action
Runtime security monitoring for your CI workflows in GitHub actions.
Last updated
Runtime security monitoring for your CI workflows in GitHub actions.
Last updated
© 2024 Garnet Labs
Open your project's repository in GitHub. In your repository, go to the "Actions" tab.
Click "New Workflow" and create a new workflow file in .github/workflows
Add the listen.dev GitHub Action and include the API key as a secret.
To instrument an existing workflow, we recommend adding the step on top of your workflow file after the checkout step.
Commit and push the changes to activate the integration.
Scans are only invoked on events of type pull_request
. Make sure this is configured on your desired branches on top of the workflow file.