From b9ab9b2bbd7a8134f04bf7716de743ca938cb13e Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 26 Nov 2019 01:04:19 +1000 Subject: Report Integrity results. --- apt-panopticon-report-email.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-email.lua') diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 136ac56..d36aab0 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua @@ -195,7 +195,7 @@ if nil == file then C("opening mirrors file - " .. e) else local dns = "[skip]" local protocol = status(k, results, "Protocol") local sanity = "[skip]" - local integrity = "[skip]" + local integrity = status(k, results, "Integrity") local updated = "[skip]" file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" .. " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n") -- cgit v1.1