Skip to content

Commit

Permalink
fix: update doc to refer to github-actions oidc provider (#3040)
Browse files Browse the repository at this point in the history
The documentation was incorrectly pointing to github
as provider, while it needs to be github-actions.

Closes: #3039

Signed-off-by: Yolanda Robla <info@ysoft.biz>
  • Loading branch information
yrobla committed Jun 12, 2023
1 parent 4293942 commit 288c458
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/options/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (o *OIDCOptions) AddFlags(cmd *cobra.Command) {
"OIDC redirect URL (Optional). The default oidc-redirect-url is 'http://localhost:0/auth/callback'.")

cmd.Flags().StringVar(&o.Provider, "oidc-provider", "",
"Specify the provider to get the OIDC token from (Optional). If unset, all options will be tried. Options include: [spiffe, google, github, filesystem, buildkite-agent]")
"Specify the provider to get the OIDC token from (Optional). If unset, all options will be tried. Options include: [spiffe, google, github-actions, filesystem, buildkite-agent]")

cmd.Flags().BoolVar(&o.DisableAmbientProviders, "oidc-disable-ambient-providers", false,
"Disable ambient OIDC providers. When true, ambient credentials will not be read")
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign_attest-blob.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_attest.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_sign-blob.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/cosign_sign.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 288c458

Please sign in to comment.