We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3964d commit 156950eCopy full SHA for 156950e
insights/specs/datasources/host_key_files.py
@@ -41,7 +41,7 @@ def host_key_files(broker):
41
raise SkipComponent()
42
43
data_list = []
44
- for key_file in error_loadings:
+ for key_file in [file for file in error_loadings if file.startswith('/etc/')]:
45
count = 0
46
if os.path.exists(key_file):
47
count = 1
0 commit comments