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
Gracefully handle environments without native binaries (tinkerbell#38)
Signed-off-by: Thomas Stromberg <[email protected]>
## Description
- Adds local fallbacks for hadolint and shellcheck if an upstream binary is unavailable
- Add fallback from `pip3` to `pip` (where FreeBSD installs it).
## Why is this needed
Fixes#8
Replaces tinkerbell#35
## How Has This Been Tested?
* `gmake lint` and `gmake fix` on FreeBSD/x86
* `make lint` and `make fix` on macOS/x86
0 commit comments