Skip to content

experiment(exp/trufflehog-only): isolate secret-scanner startup_failure #238

experiment(exp/trufflehog-only): isolate secret-scanner startup_failure

experiment(exp/trufflehog-only): isolate secret-scanner startup_failure #238

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
name: Secret Scanner
on:
pull_request:
push:
branches: [main, 'exp/**']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified --fail