diff --git a/entrypoint.sh b/entrypoint.sh index 51005a1..4c7ec84 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -74,7 +74,7 @@ case "$scanType" in fi docker_args+=(--tmpfs "/tmp:rw,noexec") ;; - fs | config) + fs | rootfs | config) if [ -n "$scanRef" ]; then localPath="$(realpath "$scanRef")" if [ -f "$localPath" ]; then