We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94c3d3 commit 28e9470Copy full SHA for 28e9470
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
jq -n --arg message "$message" --arg path "$path" --arg line "$line" '{message: $message, path: $path, line: $line}'
67
fi
68
done | jq -n '.results |= [inputs]');
69
- echo $results_array;
+ echo $results_array > "findings_summary.json";
70
workflows:
71
scan:
72
jobs:
0 commit comments