Skip to content

Merge pull request #16 from demml/test-ci #15

Merge pull request #16 from demml/test-ci

Merge pull request #16 from demml/test-ci #15

Workflow file for this run

name: GitLeaks
on:
push:
branches:
- main
jobs:
Leaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}