pub(crate) fn verdict<'a>( findings: impl Iterator<Item = &'a Finding>, ) -> ExitCode
The exit code, from everything that was found.