Commit 118c116
Track go.sum so CI dependency audit can resolve modules
go.sum was gitignored (mislabeled as "test cache"), so every CI
checkout ran without a lockfile. The weekly Security Scan's
Dependency Security Audit step failed for 5+ consecutive weeks
trying to build the module graph with missing go.sum entries.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 7da50dd commit 118c116
3 files changed
Lines changed: 366 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments