Skip to content

fix: attempt 2 depth #7

fix: attempt 2 depth

fix: attempt 2 depth #7

Workflow file for this run

name: gitleaks
on:
push:
pull_request:
issues:
issue_comment:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out git repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: run gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}