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 3def7a2 commit 08169e4Copy full SHA for 08169e4
.circleci/config.yml
@@ -66,7 +66,6 @@ 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
- $results_array=$(jq -r '.results | select( . != null )' \<<< "$results_array")
70
echo $results_array >>> findings-summary.json
71
workflows:
72
scan:
0 commit comments