Skip to content

[PLAT-516] feat: Create gitleaks workflow #6

[PLAT-516] feat: Create gitleaks workflow

[PLAT-516] feat: Create gitleaks workflow #6

Workflow file for this run

name: gitleaks

Check failure on line 1 in .github/workflows/gitleaks.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/gitleaks.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push: {}
jobs:
gitleaks:
name: Run gitleaks
runs-on: ubuntu-latest
steps:
uses: gitleaks/gitleaks-action@v2
with:
fetch-depth: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}