Skip to content

ci: rehearse Phase 3 full runtime gate #342

ci: rehearse Phase 3 full runtime gate

ci: rehearse Phase 3 full runtime gate #342

Workflow file for this run

name: Sanitization
on:
push:
pull_request:
schedule:
- cron: "0 3 * * 1"
workflow_dispatch:
permissions: {}
jobs:
sanitization:
runs-on: ubuntu-24.04
timeout-minutes: 20
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-sanitization-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Gitleaks
uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Sanitize tracked source
run: python3 scripts/sanitize_public.py --tracked
- name: Sanitize history and metadata
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: python3 scripts/sanitize_public.py --tracked --history