Skip to content

build(deps): Bump commander from 12.1.0 to 15.0.0 #10

build(deps): Bump commander from 12.1.0 to 15.0.0

build(deps): Bump commander from 12.1.0 to 15.0.0 #10

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