Skip to content

Commit

Permalink
style: remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 20, 2024
1 parent 5cd4e75 commit 089640f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/cosign/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,6 @@ func wait(ctx context.Context, logE *logrus.Entry, retryCount int) error {
}

func (v *Verifier) verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify) error {
// cosign verify-blob \
// --signature "" \
// --key "" \
// --certificate "" \

// --certificate-identity "https://github.com/aquaproj/aqua/.github/workflows/release.yml@refs/tags/__VERSION__" \
// --certificate-identity-regexp 'https://github\.com/aquaproj/aqua/\.github/workflows/.+'

// --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
// ""
args := append([]string{"verify-blob"}, append(param.Opts, param.Target)...)
for i := 0; i < 5; i++ {
// https://github.com/aquaproj/aqua/issues/1554
Expand Down

0 comments on commit 089640f

Please sign in to comment.