* Implemented the --image option * Implemented the --write-state option to go with --check * Fixed bug in Lockfile class
* Moved logic from entrypoint to a dedicated class. * Disabled automatic flush of state. * Added locking support to prevent multiple instances. * Added logging * Added base interface for CredentialsLoader
* Added support for slack (mattermost) webhooks * Misc fixes