diff --git a/groups/group11_keys b/groups/group11_keys index af1b348a..5c47e4fe 100644 --- a/groups/group11_keys +++ b/groups/group11_keys @@ -13,7 +13,7 @@ GROUP_ID[11]='keys' GROUP_NUMBER[11]='11.0' -GROUP_TITLE[11]='Look for keys secrets or passwords around resources - [keys] ****************' +GROUP_TITLE[11]='Look for keys secrets or passwords around resources - [keys] **' GROUP_RUN_BY_DEFAULT[11]='N' # run it when execute_all is called GROUP_CHECKS[11]='extra741,extra742' diff --git a/include/os_detector b/include/os_detector index ea37d106..1cbb368d 100644 --- a/include/os_detector +++ b/include/os_detector @@ -13,7 +13,7 @@ # Functions to manage dates depending on OS -if [ "$OSTYPE" == "linux-gnu" ] || [ "$OSTYPE" == "linux-musl" ] || ["$OSTYPE" == "freebsd" ]; then +if [ "$OSTYPE" == "linux-gnu" ] || [ "$OSTYPE" == "linux-musl" ]; then TEMP_REPORT_FILE=$(mktemp -t -p /tmp prowler.cred_report-XXXXXX) # function to compare in days, usage how_older_from_today date # date format %Y-%m-%d