Skip to content

Prepare public site for SignPath review #50

Prepare public site for SignPath review

Prepare public site for SignPath review #50

Workflow file for this run

name: Secret scan
permissions:
contents: read
on:
workflow_dispatch:
push:
pull_request:
jobs:
tracked-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Test secret scanner
run: python -m unittest scripts.test_check_secrets
- name: Reject committed credentials and private keys
run: python scripts/check_secrets.py --all-tracked