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 cfd0058 commit f4d924dCopy full SHA for f4d924d
.circleci/virustotal-report.js
@@ -22,6 +22,7 @@ const result = {
22
if (failed) {
23
results.passed = false;
24
result.color = '#cc0000';
25
+ result.text = 'Build had failed virustotal checks';
26
result.fields.push({
27
title: 'Failed build',
28
value: buildName,
0 commit comments