UNSPECIFIED_SENTINEL

Documentation for eth_defi.version_info.UNSPECIFIED_SENTINEL data.

UNSPECIFIED_SENTINEL = 'unspecified'

Sentinel written by the Docker build when a version ARG was not passed.

Dockerfile.vault-scanner defaults each GIT_* build ARG to unspecified, so an image built without the args (e.g. a plain docker compose build) stamps this literal string into the files. VersionInfo.read_version_file() normalises it to None.