Skip to content

Commit

Permalink
use sigstore/sigstore instead of directly calling RSA/ECDSA verify ca…
Browse files Browse the repository at this point in the history
…lls (#221)

Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
  • Loading branch information
bobcallaway authored Oct 28, 2021
1 parent f176811 commit 493a37e
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require (
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
github.com/rs/cors v1.8.0
github.com/sigstore/sigstore v1.0.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
Expand All @@ -39,6 +40,5 @@ require (
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
google.golang.org/protobuf v1.27.1
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 493a37e

Please sign in to comment.