You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the validate goal works by creating the ChecksumCalculator that is specified in the config. That is, if checksum calculator is "remote" it will use a RemoteChecksumCalculator. It then compares the lockfile as saved, and the newly generated lockfile with each other. This would not catch local tampering attemps, only check that the remote repository has not changed their files.
I propose we should always use the local checksum calculator when performing a validate.