Skip to content

fix(live-feed): stream SSE through proxies and show real connection #3

fix(live-feed): stream SSE through proxies and show real connection

fix(live-feed): stream SSE through proxies and show real connection #3

Workflow file for this run

name: Secret Scan
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0 # full history so gitleaks can scan past commits
- name: Run gitleaks
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml