A GitHub Action to forward alerts from GitHub secret scanning and send them to Slack.
- uses: ministryofjustice/github-actions/slack-github-secret-scanning-integration@v18.1.4
with:
github-token: $
slack-webhook-url: $
Parameter | Description | Required | Default |
---|---|---|---|
frequency | Get secret scanning alerts that have occurred in this period prior to this action running | false | 24 hours |
github-token | GitHub token with access to secret scanning | true | NA |
slack-webhook-url | Incoming Slack webhook url for channel that you want to send alerts to | true | NA |