diff --git a/scripts/container.sh b/scripts/container.sh
index 9d00db73b5abb99caa1d5d6f9ded8477cda62878..616e5c8c250b4436b2b09cde2fdb55e1a1374208 100755
--- a/scripts/container.sh
+++ b/scripts/container.sh
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+# shellcheck enable=check-unassigned-uppercase
 
 set -euo pipefail
 
@@ -21,4 +22,3 @@ else
 	echo "Please install either podman or docker. Exiting" >&2
 	exit 1
 fi
-
diff --git a/scripts/patch.sh b/scripts/patch.sh
index 9269ffb51dba3b88f3f5574f5df44892ea2fa26e..a9134743469933c7fc32e2573f2f0aa6c079cc83 100755
--- a/scripts/patch.sh
+++ b/scripts/patch.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+# shellcheck enable=check-unassigned-uppercase
 
 set -e
 shopt -s nullglob
diff --git a/scripts/update-modules.sh b/scripts/update-modules.sh
index f16aa38aca00dbd8d2f5fab8a252dd8d37b70978..d2db585459bcc6e11dee4e6d04cf9b64302b3591 100755
--- a/scripts/update-modules.sh
+++ b/scripts/update-modules.sh
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+# shellcheck enable=check-unassigned-uppercase
 
 set -eo pipefail
 
diff --git a/scripts/update-patches.sh b/scripts/update-patches.sh
index c40c63b8bf2a11021663f894a10a9a5ca9ae972a..9776e4bb01927b1f3a7eb71719b04906112fc330 100755
--- a/scripts/update-patches.sh
+++ b/scripts/update-patches.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+# shellcheck enable=check-unassigned-uppercase
 
 set -e
 shopt -s nullglob