Skip to content

Merge branch 'main' into snyk-upgrade-7209183e26e94cf09a9176c3cdd80c7f #3197

Merge branch 'main' into snyk-upgrade-7209183e26e94cf09a9176c3cdd80c7f

Merge branch 'main' into snyk-upgrade-7209183e26e94cf09a9176c3cdd80c7f #3197

Workflow file for this run

name: Github Secrets Scanner
on: [push]
jobs:
secrets-scanner:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}
- name: Slack notification
if: failure()
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
uses: Ilshidur/action-slack@master
with:
args: 'Potential Secrets found in: https://github.com/{{ GITHUB_REPOSITORY }}/commit/{{ GITHUB_SHA }} Link to build with full gitleaks output: https://github.com/{{ GITHUB_REPOSITORY }}/commit/{{ GITHUB_SHA }}/checks'