Skip to content

Fix build due to rootless base image #348

Fix build due to rootless base image

Fix build due to rootless base image #348

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / shellcheck succeeded Jan 16, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

scripts/test.sh|5 col 8| Not following: test-utils.sh: openBinaryFile: does not exist (No such file or directory)
scripts/test-utils.sh|17 col 16| Note that A && B || C is not if-then-else. C may run when A is true.
scripts/test-utils.sh|18 col 16| Note that A && B || C is not if-then-else. C may run when A is true.