Skip to content

bump-ci

bump-ci #143

Workflow file for this run

name: Github Secret Scanner
on: [push]
jobs:
gitleaks_scan:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '25'
- name: gitleaks-action
uses: gitleaks/gitleaks-action@v1.6.0
with:
config-path: .github/gitleaks.toml'