From 99e204611e7b36c864c7cbe69478a669cf20dd07 Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Mon, 10 Feb 2025 22:25:43 -0800 Subject: [PATCH] refactor: rename github org --- README.md | 4 ++-- attestation/sev.go | 2 +- client/client.go | 6 +++--- github/github.go | 2 +- go.mod | 2 +- sigstore/sigstore.go | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0a1bac2..1a302dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tinfoil's client-side portable remote attestation verifier and secure HTTP client. -[![Build Status](https://github.com/tinfoilanalytics/verifier/workflows/Run%20tests/badge.svg)](https://github.com/tinfoilanalytics/verifier/actions) +[![Build Status](https://github.com/tinfoilsh/verifier/workflows/Run%20tests/badge.svg)](https://github.com/tinfoilsh/verifier/actions) ## Quick Start: Use the Secure HTTP Client @@ -212,7 +212,7 @@ if err != nil { ## JavaScript Verifier This verifier is written in Go but is then compiled to a WebAssembly module. -See [verifier-js](https://github.com/tinfoilanalytics/verifier-js) for details. +See [verifier-js](https://github.com/tinfoilsh/verifier-js) for details. # Auditing the Verifier diff --git a/attestation/sev.go b/attestation/sev.go index 241860b..f1cb7f3 100644 --- a/attestation/sev.go +++ b/attestation/sev.go @@ -14,7 +14,7 @@ import ( "github.com/google/go-sev-guest/verify/trust" "google.golang.org/protobuf/types/known/wrapperspb" - "github.com/tinfoilanalytics/verifier/util" + "github.com/tinfoilsh/verifier/util" ) // https://kdsintf.amd.com/vcek/v1/Genoa/cert_chain diff --git a/client/client.go b/client/client.go index a415f82..27a0901 100644 --- a/client/client.go +++ b/client/client.go @@ -5,9 +5,9 @@ import ( "fmt" "net/http" - "github.com/tinfoilanalytics/verifier/attestation" - "github.com/tinfoilanalytics/verifier/github" - "github.com/tinfoilanalytics/verifier/sigstore" + "github.com/tinfoilsh/verifier/attestation" + "github.com/tinfoilsh/verifier/github" + "github.com/tinfoilsh/verifier/sigstore" ) type EnclaveState struct { diff --git a/github/github.go b/github/github.go index 1affbfd..eb64e1f 100644 --- a/github/github.go +++ b/github/github.go @@ -8,7 +8,7 @@ import ( "regexp" "strings" - "github.com/tinfoilanalytics/verifier/util" + "github.com/tinfoilsh/verifier/util" ) // FetchLatestRelease gets the latest release and attestation digest of a repo diff --git a/go.mod b/go.mod index c7ce872..d8b9bf8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tinfoilanalytics/verifier +module github.com/tinfoilsh/verifier go 1.23.2 diff --git a/sigstore/sigstore.go b/sigstore/sigstore.go index 06d58fa..084cc93 100644 --- a/sigstore/sigstore.go +++ b/sigstore/sigstore.go @@ -11,7 +11,7 @@ import ( "github.com/sigstore/sigstore-go/pkg/tuf" "github.com/sigstore/sigstore-go/pkg/verify" - "github.com/tinfoilanalytics/verifier/attestation" + "github.com/tinfoilsh/verifier/attestation" ) const (