Audit FreeBSD packages at summary

This commit is contained in:
Roey Darwish Dror
2018-11-15 11:37:08 +02:00
parent 7a9e1e4bee
commit fa39665bd3
2 changed files with 10 additions and 5 deletions

View File

@@ -456,6 +456,9 @@ fn run() -> Result<(), Error> {
distribution.show_summary();
}
}
#[cfg(target_os = "freebsd")]
freebsd::audit_packages().ok();
}
if report.data().iter().all(|(_, succeeded)| *succeeded) {