Skip to content

chore(deps): bump actions/checkout from 4 to 7 (#1145) #109

chore(deps): bump actions/checkout from 4 to 7 (#1145)

chore(deps): bump actions/checkout from 4 to 7 (#1145) #109

Workflow file for this run

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