A GitHub Action to forward alerts from GitHub secret scanning and send them to Slack.
- uses: ministryofjustice/github-actions/[email protected]
with:
github-token: ${{ secrets.SECRET_SCANNING_GitHub_TOKEN }}
slack-webhook-url: ${{ secrets.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 |