Skip to content

fix: change Cloudflare Pages project name from supabase-configurator … #42

fix: change Cloudflare Pages project name from supabase-configurator …

fix: change Cloudflare Pages project name from supabase-configurator … #42

Workflow file for this run

name: gitleaks
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # full history for diff-based scanning
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: detect --source=. --verbose --redact --no-banner --exit-code 1