Skip to content

Skip checksum validation for symlinks in file validation process

ryanlong requested to merge validate_symlink_fix into main

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.

Merge request reports

Loading