Fix verify so copying sigma rules isnt fail

This commit is contained in:
Mike Reeves
2023-05-15 15:33:52 -04:00
parent 214117e0e0
commit 2fe88a1e66

View File

@@ -44,6 +44,7 @@ log_has_errors() {
grep -vE "Exception in callback None" | \
grep -vE "deprecation: ERROR" | \
grep -vE "code: 100" | \
grep -vE "/nsm/repo/rules/sigma/rules*" | \
grep -vE "Running scope as unit" &> "$error_log"
if [[ $? -eq 0 ]]; then