From 7668aa450d35d39f2a8bbb9cd14a5b8ee4342e0e Mon Sep 17 00:00:00 2001 From: mhf Date: Tue, 28 Feb 2023 15:11:48 +0800 Subject: [PATCH] fix(notify):fix topic of ChecksumTestFailed Result --- pkg/notify/models/topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/notify/models/topic.go b/pkg/notify/models/topic.go index c55679e66d..783e8168b1 100644 --- a/pkg/notify/models/topic.go +++ b/pkg/notify/models/topic.go @@ -336,7 +336,7 @@ func (sm *STopicManager) InitializeData() error { notify.ActionChecksumTest, ) t.Type = notify.TOPIC_TYPE_SECURITY - t.Results = tristate.True + t.Results = tristate.False case DefaultUserLock: t.addResources( notify.TOPIC_RESOURCE_USER,