Skip to content

Merge pull request #5 from PartTimeLegend/renovate/actions-checkout-d… #42

Merge pull request #5 from PartTimeLegend/renovate/actions-checkout-d…

Merge pull request #5 from PartTimeLegend/renovate/actions-checkout-d… #42

Workflow file for this run

name: gitleaks
on:
pull_request:
push:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}