Skip to content

feat: gitleaks action #1

feat: gitleaks action

feat: gitleaks action #1

Workflow file for this run

name: Gitleaks
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
gitleaks-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Gitleaks
uses: gitleaks/[email protected]
with:
args: "--verbose --redact"