From 3a47fef398b9c1b6e0cd1e268af04ccdf60423ba Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 20 Mar 2026 07:56:30 -0700 Subject: [PATCH] openssf scorecard suggested improvements --- src/reporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reporter.rs b/src/reporter.rs index 18bd506..b01c6df 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -601,7 +601,7 @@ impl DetailsReporter { let atime = cmd .committer_timestamp .format(gix::date::time::format::SHORT.clone()) - .unwrap_or_else(|_| "".to_string()); + .unwrap_or_else(|_| cmd.committer_timestamp.seconds.to_string()); let git_metadata = serde_json::json!({ "repository_url": repository_url,