Task #46118 - fido-device-onboard-0.5.3-1.20250326141719010405.pr757.25.gc74cdd9/scan-results.err
back to task #46118download
Error: SHELLCHECK_WARNING (CWE-457): /usr/lib/dracut/modules.d/52fdo/module-setup.sh:6:18: warning[SC2154]: moddir is referenced but not assigned. # 4| unit="$1"; shift # 5| target="$1"; shift # 6|-> inst_simple "$moddir/$unit" "$systemdsystemunitdir/$unit" # 7| # note we `|| exit 1` here so we error out if e.g. the units are missing # 8| # see https://github.com/coreos/fedora-coreos-config/issues/799 Error: SHELLCHECK_WARNING (CWE-457): /usr/lib/dracut/modules.d/52fdo/module-setup.sh:6:34: warning[SC2154]: systemdsystemunitdir is referenced but not assigned. # 4| unit="$1"; shift # 5| target="$1"; shift # 6|-> inst_simple "$moddir/$unit" "$systemdsystemunitdir/$unit" # 7| # note we `|| exit 1` here so we error out if e.g. the units are missing # 8| # see https://github.com/coreos/fedora-coreos-config/issues/799 Error: SHELLCHECK_WARNING (CWE-457): /usr/lib/dracut/modules.d/52fdo/module-setup.sh:9:26: warning[SC2154]: initdir is referenced but not assigned. # 7| # note we `|| exit 1` here so we error out if e.g. the units are missing # 8| # see https://github.com/coreos/fedora-coreos-config/issues/799 # 9|-> systemctl -q --root="$initdir" add-requires "$target" "$unit" || exit 1 # 10| } # 11| Error: SHELLCHECK_WARNING (CWE-457): /usr/lib/dracut/modules.d/52fdo/module-setup.sh:16:10: warning[SC2154]: systemdutildir is referenced but not assigned. # 14| # 15| inst_simple "$moddir/manufacturing-client-generator" \ # 16|-> "$systemdutildir/system-generators/manufacturing-client-generator" # 17| # 18| inst_script "$moddir/manufacturing-client-service" \