Skip to content

Merge branch 'main' into 5507/waitlist-lottery-listing-detail-page-st… #964

Merge branch 'main' into 5507/waitlist-lottery-listing-detail-page-st…

Merge branch 'main' into 5507/waitlist-lottery-listing-detail-page-st… #964

Workflow file for this run

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