PerformScan: Rename configList in applyConfigExposeActions()

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Id1e8a6a31c25751e2c9238c419df5a8ce16ff8c0
diff --git a/src/PerformScan.cpp b/src/PerformScan.cpp
index 6fd3224..295411b 100644
--- a/src/PerformScan.cpp
+++ b/src/PerformScan.cpp
@@ -367,9 +367,9 @@
 static void applyConfigExposeActions(std::vector<std::string>& matches,
                                      nlohmann::json& expose,
                                      const std::string& propertyName,
-                                     nlohmann::json& configList)
+                                     nlohmann::json& configExposes)
 {
-    for (auto& exposedObject : configList)
+    for (auto& exposedObject : configExposes)
     {
         auto match = findExposeActionRecord(matches, exposedObject);
         if (match)