Skip to content

Merge pull request #15 from sueddeutsche/feat/PLAT-516-create-gitleak… #7

Merge pull request #15 from sueddeutsche/feat/PLAT-516-create-gitleak…

Merge pull request #15 from sueddeutsche/feat/PLAT-516-create-gitleak… #7

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 }}