From cf4cede4aa43716395e0ac8785e2372eba79c01c Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 25 Feb 2025 16:01:55 -0800 Subject: [PATCH] fix: html --- scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.sh b/scan.sh index 18d08a4..97623d9 100755 --- a/scan.sh +++ b/scan.sh @@ -89,4 +89,4 @@ done; rm -rf $current_dir/_repos; -echo "Security Audits

Security Audits

A collection of the various reporting tools we run against our repositories.

Contributions to resolve a reported issue are welcomed!

Updated: ${date}

${html[*]}
" > ./index.html; +echo "Security Audits

Security Audits

A collection of the various reporting tools we run against our repositories.

Contributions to resolve a reported issue are welcomed!

Updated: ${date}

${html[*]}
" > ./index.html;