Commit 90d1679
committed
fix(ci): remove explicit base/head from TruffleHog scan
On push to main, base (default_branch) and head (HEAD) resolve to the
same commit after checkout, causing TruffleHog to exit with an error.
Omitting base/head lets the action auto-detect the commit range from
the event type (push.before/after or PR base/head SHAs).1 parent b8988ad commit 90d1679
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
0 commit comments