Skip to content

Commit f4d924d

Browse files
committed
#RI-4462 - add virus check for release
1 parent cfd0058 commit f4d924d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/virustotal-report.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const result = {
2222
if (failed) {
2323
results.passed = false;
2424
result.color = '#cc0000';
25+
result.text = 'Build had failed virustotal checks';
2526
result.fields.push({
2627
title: 'Failed build',
2728
value: buildName,

0 commit comments

Comments
 (0)