Skip to content

chore: update submodule (#715) #12

chore: update submodule (#715)

chore: update submodule (#715) #12

Workflow file for this run

name: Secrets Scan
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
push:
branches:
- master
jobs:
secrets-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE_KEY }}
GITLEAKS_NOTIFY_USER_LIST: ${{ vars.GITLEAKS_NOTIFY_USER_LIST }}
GITLEAKS_ENABLE_COMMENTS: 'true'
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: 'false'