Skip to content

refactor: remove Gitleaks, clean up entrypoint scripts, and update fo… #17

refactor: remove Gitleaks, clean up entrypoint scripts, and update fo…

refactor: remove Gitleaks, clean up entrypoint scripts, and update fo… #17

Workflow file for this run

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