Merge pull request #11315 from Security-Onion-Solutions/jertel/auto

exclude docker pull unauth errors from failing setup
This commit is contained in:
Jason Ertel
2023-09-14 07:41:59 -04:00
committed by GitHub

View File

@@ -52,6 +52,7 @@ log_has_errors() {
grep -vE "/nsm/rules/yara*" | \
grep -vE "Failed to restart snapd" | \
grep -vE "Login Failed Details" | \
grep -vE "response from daemon: unauthorized" | \
grep -vE "Running scope as unit" &> "$error_log"
if [[ $? -eq 0 ]]; then