Merge pull request #99 from bonnie57/main #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Caller TruffleHog Scan | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger_scan: | |
uses: storyprotocol/gha-workflows/.github/workflows/reusable-secrets-scanning.yml@main | |
with: | |
branch: ${{ github.ref_name }} | |
secrets: | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | |
SLACK_CHANNEL_ID_GITHUB_NOTIFICATION: ${{ secrets.SLACK_CHANNEL_ID_GITHUB_NOTIFICATION }} |