Skip to content

Commit

Permalink
Merge pull request #120 from Sashwat-K/rev19-cert
Browse files Browse the repository at this point in the history
Feat: Add REV 19 encryption certificate and contract schema
  • Loading branch information
Sashwat-K authored Oct 3, 2024
2 parents 1aa61ff + 661ed33 commit dc0a389
Show file tree
Hide file tree
Showing 4 changed files with 8,231 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
_ "embed"
)

//go:embed ibm-hyper-protect-container-runtime-1-0-s390x-18-encrypt.crt
//go:embed ibm-hyper-protect-container-runtime-1-0-s390x-19-encrypt.crt
var DefaultCertificate string

//go:embed hpse-contract-schema-1.0.56.json
//go:embed hpse-contract-schema-1.0.82.json
var ContractSchema string
Loading

0 comments on commit dc0a389

Please sign in to comment.