fix(securityhub): other os/check fixes + batch in 100 findings

This commit is contained in:
Joaquin Rinaudo
2020-09-24 09:34:09 +02:00
parent 5182403041
commit 321401f755
3 changed files with 19 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ bsd_get_iso8601_hundred_days_ago() {
}
bsd_get_iso8601_one_minute_ago() {
"$DATE_CMD" -v-1m -u +"%Y-%m-%dT%H:%M:%SZ"
"$DATE_CMD" -v-1M -u +"%Y-%m-%dT%H:%M:%SZ"
}
gnu_test_tcp_connectivity() {