Skip to content

Merge pull request #5 from PassKit/develop #7

Merge pull request #5 from PassKit/develop

Merge pull request #5 from PassKit/develop #7

Workflow file for this run

name: Gitleaks
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}