change verify-asset logic
This commit is contained in:
parent
7a7c7d6605
commit
e9fbe9d8b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue