Skip to content

Gitleaks

Gitleaks #5

Workflow file for this run

name: Gitleaks Scan
on: [push, pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Gitleaks
uses: zricethezav/gitleaks-action@v1.2.0
with:
args: "--config-path=gitleaks.toml --verbose --redact"