Skip to content

Commit e64fe5b

Browse files
pemensikpirat89
authored andcommitted
Remove inhibitor flag from checkbind
All detected issues could be fixed by bindupdate. Inhibition is not required for any action yet, no data would be lost.
1 parent b9de139 commit e64fe5b

File tree

1 file changed

+0
-1
lines changed
  • repos/system_upgrade/el7toel8/actors/checkbind/libraries

1 file changed

+0
-1
lines changed

repos/system_upgrade/el7toel8/actors/checkbind/libraries/iscmodel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def make_report(facts):
105105
reporting.Summary(summary),
106106
reporting.Severity(reporting.Severity.HIGH),
107107
reporting.Tags([reporting.Tags.SERVICES, reporting.Tags.NETWORK]),
108-
reporting.Flags([reporting.Flags.INHIBITOR]),
109108
])
110109

111110
return report

0 commit comments

Comments
 (0)