Skip to content

Revert "allow limiting to one strategy" #479

Revert "allow limiting to one strategy"

Revert "allow limiting to one strategy" #479

name: Detect Secrets
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install detect-secrets
run: pip install detect-secrets
- name: Run detect-secrets scan
run: detect-secrets scan --baseline .secrets.baseline