Skip to content

Commit ee349eb

Browse files
committed
experiment(exp/scan-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 ee349eb

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
@@ -13,17 +13,5 @@ jobs:
1313
scan:
1414
permissions:
1515
contents: read
16-
pull-requests: write
17-
actions: read
18-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
16+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
1917
secrets: inherit
20-
trufflehog:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0
26-
- name: TruffleHog Secret Scan
27-
uses: trufflesecurity/trufflehog@main
28-
with:
29-
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)