mirror of
https://github.com/containers/podman.git
synced 2025-10-19 12:12:36 +08:00
Add newer c/i to support artifacts
Adding in a newer containers/image to make artifact a little easier to merge. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
2
vendor/github.com/sigstore/sigstore/pkg/oauthflow/interactive.go
generated
vendored
2
vendor/github.com/sigstore/sigstore/pkg/oauthflow/interactive.go
generated
vendored
@ -134,7 +134,7 @@ func (i *InteractiveIDTokenGetter) doOobFlow(cfg *oauth2.Config, stateToken stri
|
||||
fmt.Fprintln(i.GetOutput(), "Go to the following link in a browser:\n\n\t", authURL)
|
||||
fmt.Fprintf(i.GetOutput(), "Enter verification code: ")
|
||||
var code string
|
||||
fmt.Fscanf(i.GetInput(), "%s", &code)
|
||||
_, _ = fmt.Fscanf(i.GetInput(), "%s", &code)
|
||||
// New line in case read input doesn't move cursor to next line.
|
||||
fmt.Fprintln(i.GetOutput())
|
||||
return code
|
||||
|
Reference in New Issue
Block a user