Skip to content

Formalizes fixes for #19 by dropping configurations and defaulting the keep-listening behavior #82

Formalizes fixes for #19 by dropping configurations and defaulting the keep-listening behavior

Formalizes fixes for #19 by dropping configurations and defaulting the keep-listening behavior #82

name: Detect Secrets
on:
pull_request:
jobs:
secrets_detection:
name: Run detect-secrets
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: reviewdog/[email protected]
with:
fail_on_error: true
filter_mode: diff_context
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review