Skip to content

chore(gitleaks): Simplify Gitleaks workflow by removing email notific… #4

chore(gitleaks): Simplify Gitleaks workflow by removing email notific…

chore(gitleaks): Simplify Gitleaks workflow by removing email notific… #4

Workflow file for this run

name: Gitleaks Guard
on:
push:
branches:
- main
jobs:
run-gitleaks:
name: Scan with gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_NOTIFY_USER_LIST: @eapolinario

Check failure on line 19 in .github/workflows/gitleaks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gitleaks.yml

Invalid workflow file

You have an error in your yaml syntax on line 19