Skip to content

Commit

Permalink
refactor: rename github org
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Feb 11, 2025
1 parent 5800502 commit 99e2046
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion attestation/sev.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/tinfoilanalytics/verifier
module github.com/tinfoilsh/verifier

go 1.23.2

Expand Down
2 changes: 1 addition & 1 deletion sigstore/sigstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 99e2046

Please sign in to comment.