Skip to content

Commit

Permalink
Update pkg/cosign/verify.go
Browse files Browse the repository at this point in the history
Co-authored-by: Colleen Murphy <cmurphy@users.noreply.github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland and cmurphy authored Feb 6, 2025
1 parent 4a08df9 commit a3871df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (co *CheckOpts) verificationOptions() (trustedMaterial root.TrustedMaterial
return newExpiringKey, nil
})
} else { //nolint:gocritic
// We are verifiying with a certificate
// We are verifying with a certificate
if !co.IgnoreSCT {
verifierOptions = append(verifierOptions, verify.WithSignedCertificateTimestamps(1))
}
Expand Down

0 comments on commit a3871df

Please sign in to comment.