Skip to content

fix: normalize secret baseline paths #3

fix: normalize secret baseline paths

fix: normalize secret baseline paths #3

Workflow file for this run

name: Secret Scan
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 3 * * 0'
jobs:
secret-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
lfs: true
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install detect-secrets
run: |
python -m pip install --upgrade pip
python -m pip install detect-secrets
- name: Run secret detection
run: ./scripts/ci/secret-detection.sh