Skip to content

build(deps): Bump pnpm/action-setup from 4 to 6 #7

build(deps): Bump pnpm/action-setup from 4 to 6

build(deps): Bump pnpm/action-setup from 4 to 6 #7

name: Secret Scanning
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml