coverity: update for CCA attestation

initial_attestation.c is replaced by delegated_attestation.c
in these patches:
 - https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/16497
 - https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/16498

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: Ieb36e1c0bdd1198ee7c587daad355763d4240408
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 22107d7..4cb5c98 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -44,7 +44,7 @@
     ("drivers/arm/mhu/mhu_v2_x.c", "Not used by any upstream platform"),
     ("drivers/arm/mhu/mhu_wrapper_v2_x.c", "Not used by any upstream platform"),
     ("drivers/arm/rss/rss_comms.c", "Not used by any upstream platform"),
-    ("lib/psa/initial_attestation.c", "Not used by any upstream platform"),
+    ("lib/psa/delegated_attestation.c", "Not used by any upstream platform"),
 
     # The following block is excluding files that are impossible to include in a build due to a missing file
     # this should be removed as soon as it would be possible to build stingray platform with SCP_BL2 option