Skip to content

Commit

Permalink
Add ubuntu.sources to ignorelist in linux-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Apr 22, 2024
1 parent 75aeed6 commit de0eac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions additional/python/check_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def get_additional_sources():
continue
if "ubuntu-esm-infra.list" in entry: # Ubuntu ESM
continue
if "ubuntu.sources" in entry: # Ubuntu ESM
continue
lines = jfiles.get_all_lines_from_file(entry)

for line in lines:
Expand Down

0 comments on commit de0eac0

Please sign in to comment.