Commit 32f2049
ci: Lean via elan in ECHIDNA + drop duplicate trufflehog --fail (#161)
Round 2 of Phase 0 CI hygiene — two reds that only surfaced *after* #159
landed on main.
## 1. ECHIDNA `Install proof provers` — apt exit 100
#159 dropped `isabelle`, but the dispatched run on main then failed on
`E: Unable to locate package lean`. Ubuntu 24.04 (noble) packages
neither `lean` nor `isabelle`. This installs Lean 4 via **elan** (pinned
to `v3.1.1`, sha256-verified — identical to `lean-verification.yml`),
keeping coq/agda/z3 from apt. Isabelle stays absent;
`validate-with-echidna.sh` reports SKIP for absent provers.
## 2. Secret Scanner `trufflehog` job — duplicate `--fail`
#159's permission grant fixed the reusable `scan/*` jobs — **they now
pass on main** (rust-secrets, gitleaks, shell-secrets all green). But
the separate `trufflehog` job then ran for the first time and failed
with `flag 'fail' cannot be repeated`: the trufflehog action injects
`--fail` itself, so `extra_args` must not repeat it. Now
`--only-verified` only.
## Verification
- `scan/*` + `trufflehog` will prove themselves on this PR.
- I'll re-dispatch **ECHIDNA Validation** on main after merge to confirm
the elan path builds and `echidna list-provers` succeeds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 33449db commit 32f2049
2 files changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments