Skip to content

fix:fixed hooks error on windows #42

fix:fixed hooks error on windows

fix:fixed hooks error on windows #42

Workflow file for this run

name: Gitleaks
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: foobar
with:
config: .gitleaks.toml