Skip to content

Commit

Permalink
Switch from api.rekor.dev to api.sigstore.dev. (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <dlorenc@google.com>
  • Loading branch information
dlorenc authored May 7, 2021
1 parent 964a9aa commit b48428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
repoEnv = "COSIGN_REPOSITORY"
DockerMediaTypesEnv = "COSIGN_DOCKER_MEDIA_TYPES"
ServerEnv = "REKOR_SERVER"
rekorServer = "https://api.rekor.dev"
rekorServer = "https://api.sigstore.dev"
)

func Experimental() bool {
Expand Down

0 comments on commit b48428d

Please sign in to comment.