change verify-asset logic

This commit is contained in:
ejahnGithub 2025-05-21 11:23:47 -04:00
parent 7a7c7d6605
commit e9fbe9d8b8

View file

@ -141,7 +141,7 @@ func verifyAssetRun(opts *attestation.AttestOptions) error {
}
if len(filteredAttestations) == 0 {
opts.Logger.Printf(opts.Logger.ColorScheme.Red("✗ No attestations found for %s\n"), fileName)
opts.Logger.Printf(opts.Logger.ColorScheme.Red("Release %s does not contain %s (%s)\n"), opts.TagName, opts.FilePath, fileDigest.DigestWithAlg())
return nil
}