Skip to content

Create gitLeaks.yml

Create gitLeaks.yml #1

Workflow file for this run

name: Gitleaks Secret Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
with:
args: detect --source . --no-git --redact