Steps to reproduce:
- Install Fedora 42
- Install Node with
sudo dnf install nodejs
- Install cli with
sudo npm install -g @herodevs/cli@beta
- Go to project folder, e.g.
git clone https://github.com/dotnet/runtime --depth 1 --branch v6.0.3 && cd runtime
- Run
hd scan eol
Expected results:
No script errors.
Actual results:
hayden@WDK2023:~/runtime$ hd scan eol
/bin/sh: line 1: hostname: command not found
⠋ Generating SBOM*** Found system packages without a version ***
Workaround:
sudo dnf install hostname -y
Steps to reproduce:
sudo dnf install nodejssudo npm install -g @herodevs/cli@betagit clone https://github.com/dotnet/runtime --depth 1 --branch v6.0.3 && cd runtimehd scan eolExpected results:
No script errors.
Actual results:
Workaround:
sudo dnf install hostname -y