You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update TruffleHog configuration to handle different workflow triggers
- Fix "BASE and HEAD commits are the same" error when running on main branch
- Configure dynamic base/head selection based on workflow trigger type:
- Pull requests: Compare PR head against PR base
- Push events: Compare new commits against previous state
- Scheduled runs: Scan entire history
0 commit comments