Skip to content

feat: Turborepo remote caching for all CI steps #1

feat: Turborepo remote caching for all CI steps

feat: Turborepo remote caching for all CI steps #1

name: Secret Scanning
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
gitleaks:
name: Detect secrets (gitleaks)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}