Skip to content

Commit 898ccc4

Browse files
Update includes/Utilities/Results_Exporter.php
Co-authored-by: Nilambar Sharma <ernilambar@users.noreply.github.com>
1 parent d6c0fee commit 898ccc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/Utilities/Results_Exporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ private static function build_ctrf_test( array $item ) {
320320
'rawStatus' => $type,
321321
'filePath' => $file,
322322
'type' => 'static-analysis',
323-
'labels' => self::build_ctrf_labels( $item, $code, $type ),
323+
'extra' => self::build_ctrf_labels( $item, $code, $type ),
324324
'suite' => array_filter(
325325
array(
326326
'plugin-check',

0 commit comments

Comments
 (0)