CiscoDevNet / BootIntegrityValidator

Python module that validates the Boot Integrity Visibility output generated on a Cisco IOS-XE device
MIT License
6 stars 3 forks source link

Blocking subsequent validation upon KGV mismatch should be toggleable #7

Closed mjavaid closed 2 years ago

mjavaid commented 2 years ago

During the KGV check, if a supplied value is not found in the KGV entries, the validation does not proceed and exits out. This behavior should be toggleable based on a flag supplied during initialization so that even if a value is not found, validation proceeds to check the subsequent values.