Skip checksum validation for symlinks in file validation process
Created by: deepakduggirala
The inspect step does not record the checksum of symlinks, causing validation errors when the validate step attempts to verify them. To resolve this, the validate step now only checks for the existence of the symlink without verifying its checksum.