Skip to content

⬆️(deps): bump gitleaks/gitleaks-action from 2 to 3 #182

⬆️(deps): bump gitleaks/gitleaks-action from 2 to 3

⬆️(deps): bump gitleaks/gitleaks-action from 2 to 3 #182

Workflow file for this run

name: Security Scan
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
gitleaks:
name: Secrets Detection
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
with:
config-path: .gitleaks.toml