fix(static-checks): detect newly added files in OpenCI environment

Run 'static-checks-detect-newly-added-files.sh'
as a part of 'tf-static-checks' job in Open-CI environment to detect
newly added files in the patch(es)

Change-Id: Id5feafcd19ad0e6bbede8353e782d936a8439884
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/static-checks/static-checks.sh b/script/static-checks/static-checks.sh
index b50dc1e..133ba46 100755
--- a/script/static-checks/static-checks.sh
+++ b/script/static-checks/static-checks.sh
@@ -112,7 +112,7 @@
 # Check to ensure newly added source files are detected for Coverity Scan analysis
 
 # Check to be executed only on trusted-firmware repository.
-if [ "$REPO_UNDER_TEST" = "trusted-firmware" ]; then
+if [ "$REPO_UNDER_TEST" = "trusted-firmware" ] || [ "$REPO_UNDER_TEST" = "trusted-firmware-a" ]; then
     echo 'Checking whether the newly added source files are detected for Coverity Scan analysis...'
     echo
     "$CI_ROOT"/script/static-checks/static-checks-detect-newly-added-files.sh