Skip to content

Commit bca8d8f

Browse files
committed
experiment(exp/trufflehog-only): isolate secret-scanner startup_failure
Diagnostic branch. Bisecting a startup_failure that has left this repo with no secret scanning since 2026-07-17. Will be deleted once the cause is known.
1 parent 907fd8d commit bca8d8f

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@ name: Secret Scanner
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, 'exp/**']
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010
permissions:
1111
contents: read
1212
jobs:
13-
scan:
14-
permissions:
15-
contents: read
16-
pull-requests: write
17-
actions: read
18-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
19-
secrets: inherit
2013
trufflehog:
2114
runs-on: ubuntu-latest
2215
steps:
@@ -26,4 +19,4 @@ jobs:
2619
- name: TruffleHog Secret Scan
2720
uses: trufflesecurity/trufflehog@main
2821
with:
29-
extra_args: --only-verified --fail
22+
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)