Skip to content

Commit 8386a54

Browse files
committed
automated: linux: torizon: integration: add quotation marks to variable
To prevent any malicious actions, UTILS_PATH variable was surrounded with quotes Signed-off-by: Pawel Szymaszek <[email protected]>
1 parent 95572e2 commit 8386a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/linux/torizon/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -x
55
. ../../lib/sh-test-lib
66

7-
UTILS_PATH=$(cd ../../utils && pwd)
7+
UTILS_PATH="$(cd ../../utils && pwd)"
88

99
# source the secrets file to get the gitlab_token env var
1010
lava_test_dir="$(

0 commit comments

Comments
 (0)