mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-27 17:35:28 +01:00
exclude transient ghcr.io network errors since it retries during setup
This commit is contained in:
@@ -69,6 +69,8 @@ log_has_errors() {
|
||||
grep -vE "Running scope as unit" | \
|
||||
grep -vE "securityonion-resources/sigma/stable" | \
|
||||
grep -vE "remove_failed_vm.sls" | \
|
||||
grep -vE "failed to copy: httpReadSeeker" | \
|
||||
grep -vE "Error response from daemon: failed to resolve reference" | \
|
||||
grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log"
|
||||
|
||||
if [[ $? -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user