mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
check_root: ignore cgi.py in any Python version
This commit is contained in:
parent
50ef678e25
commit
963fc72f0e
@ -80,7 +80,7 @@ IGNORE_MISSING = {
|
||||
USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
|
||||
|
||||
IGNORE_SHEBANG = (
|
||||
b"*/python2.7/cgi.py",
|
||||
b"*/python[0-9].[0-9]/cgi.py",
|
||||
b"*/usr/lib64/modules/*/source/scripts/*",
|
||||
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
||||
b"*/tmp/*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user