Skip to content

chore: sync open-source snapshot onto remote history #1

chore: sync open-source snapshot onto remote history

chore: sync open-source snapshot onto remote history #1

Workflow file for this run

name: Secrets Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}