From beea325ebf94cc41be98fc4956a676e03cc81831 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 15 Jul 2022 08:17:29 +0200 Subject: [PATCH] Enable preview --- Docker/run-analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/run-analysis.sh b/Docker/run-analysis.sh index 9fa7622..eccc1ae 100755 --- a/Docker/run-analysis.sh +++ b/Docker/run-analysis.sh @@ -14,7 +14,7 @@ DOMAINS=`node array-to-lines.js "$(echo $INPUT | jq .third_party_domains)"` source ./utils.sh -PREVIEW="FALSE" # set to "TRUE" in order to enable automatic screenshots kept in preview.png +PREVIEW="TRUE" # set to "TRUE" in order to enable automatic screenshots kept in preview.png if [ "$PREVIEW" = "TRUE" ]; then