Skip to content

aAdd Gitleaks Gctions #2

aAdd Gitleaks Gctions

aAdd Gitleaks Gctions #2

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:
config_path: gitleaks.toml