Skip to content

Merge branch 'main' into 5477/Neighborhood-Amenities-Remove-Sections #700

Merge branch 'main' into 5477/Neighborhood-Amenities-Remove-Sections

Merge branch 'main' into 5477/Neighborhood-Amenities-Remove-Sections #700

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 }}