Ignore more tags in RI

This commit is contained in:
Nora Trapp 2021-04-15 10:59:27 -07:00
parent 2d76b7c6e0
commit aeba62018a

View File

@ -94,6 +94,33 @@ def main():
'2.44.0.2',
'2.44.1.1',
'3.4.0.8',
'2.42.2.1',
'2.44.0.14',
'2.44.0.4',
'2.46.0.22',
'2.46.0.23',
'2.46.0.24',
'2.46.0.5',
'3.13.3.11',
'3.13.3.4',
'3.13.4.0',
'3.14.0.26',
'3.14.3.0',
'3.17.0.3',
'3.17.0.5',
'3.21.3.0',
'3.21.3.1',
'3.22.2.0',
'3.8.0.10',
'3.8.0.29',
'3.8.0.31',
'3.8.0.32',
'3.8.0.9',
'3.8.2.2',
'3.8.2.4',
'5.0.0.29',
'5.0.0.73',
'5.6.0.10'
]
tags_of_concern = [tag for tag in tags_of_concern if tag not in tags_to_ignore]