Skip to content

Commit 28e9470

Browse files
committed
Updated config.yml
1 parent e94c3d3 commit 28e9470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
jq -n --arg message "$message" --arg path "$path" --arg line "$line" '{message: $message, path: $path, line: $line}'
6767
fi
6868
done | jq -n '.results |= [inputs]');
69-
echo $results_array;
69+
echo $results_array > "findings_summary.json";
7070
workflows:
7171
scan:
7272
jobs:

0 commit comments

Comments
 (0)