Skip to content

fix: rename server bundle to .cjs to fix ESM/CJS conflict (#4) #16

fix: rename server bundle to .cjs to fix ESM/CJS conflict (#4)

fix: rename server bundle to .cjs to fix ESM/CJS conflict (#4) #16

Workflow file for this run

name: Gitleaks Secret Detection
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 9 * * 1' # Weekly on Mondays at 9am UTC
permissions:
contents: read
security-events: write
jobs:
gitleaks:
name: Secret Detection
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Full history for complete scan
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_NOTIFY_USER_LIST: '@MarkAC007'