We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75aeed6 commit de0eac0Copy full SHA for de0eac0
1 file changed
additional/python/check_security.py
@@ -36,6 +36,8 @@ def get_additional_sources():
36
continue
37
if "ubuntu-esm-infra.list" in entry: # Ubuntu ESM
38
39
+ if "ubuntu.sources" in entry: # Ubuntu ESM
40
+ continue
41
lines = jfiles.get_all_lines_from_file(entry)
42
43
for line in lines:
0 commit comments