Skip to content

auto-sync: [Sat Apr 4 01:57:34 PM -03 2026] #52

auto-sync: [Sat Apr 4 01:57:34 PM -03 2026]

auto-sync: [Sat Apr 4 01:57:34 PM -03 2026] #52

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