Skip to content

Latest commit

 

History

History

slack-github-secret-scanning-integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Slack - GitHub Secrets Scanning Alerts Integration

A GitHub Action to forward alerts from GitHub secret scanning and send them to Slack.

Usage

      - 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