Skip to content

fix(queue): use trusted paper briefings #354

fix(queue): use trusted paper briefings

fix(queue): use trusted paper briefings #354

Workflow file for this run

name: Secret Scan
on:
push:
branches: [main]
pull_request:
concurrency:
group: secret-scan-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml