From d9457fc40aa7e72dac57ba0eae1c76de15c8ce2e Mon Sep 17 00:00:00 2001 From: Robert Nixon Date: Fri, 10 Aug 2018 09:11:17 -0400 Subject: [PATCH] Not sure why Travis is failing --- tools/generate-cisco-top1m.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/generate-cisco-top1m.py b/tools/generate-cisco-top1m.py index 698d003..8a1cf12 100644 --- a/tools/generate-cisco-top1m.py +++ b/tools/generate-cisco-top1m.py @@ -24,11 +24,11 @@ with zipfile.ZipFile(cisco_file, 'r') as cisco_lists: cisco_warninglist = {} version = int(datetime.date.today().strftime('%Y%m%d')) -cisco_warninglist['description'] = "Event contains one or more entries from the top 1000 of the most used website (Cisco Umbrella)." +cisco_warninglist['description'] = 'Event contains one or more entries from the top 1000 of the most used website (Cisco Umbrella).' d = datetime.datetime.now() cisco_warninglist['version'] = version -cisco_warninglist['name'] = "Top 1000 website from Cisco Umbrella" -cisco_warninglist['type'] = "hostname" +cisco_warninglist['name'] = 'Top 1000 website from Cisco Umbrella' +cisco_warninglist['type'] = 'hostname' cisco_warninglist['matching_attributes'] = ['hostname', 'domain'] cisco_warninglist['list'] = []