Skip to content

chore(deps): bump gitleaks/gitleaks-action from 2 to 3 (#1142) #112

chore(deps): bump gitleaks/gitleaks-action from 2 to 3 (#1142)

chore(deps): bump gitleaks/gitleaks-action from 2 to 3 (#1142) #112

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@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml