Skip to content

Commit

Permalink
Merge pull request #6 from testifysec/feat/more_metadata
Browse files Browse the repository at this point in the history
feat:more metadata
  • Loading branch information
fkautz authored Jun 30, 2022
2 parents 49dd67e + 3617505 commit aa95769
Show file tree
Hide file tree
Showing 72 changed files with 13,609 additions and 3,288 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
## protect against development environment being leaked out
*.pem
*.nix
archivist
archivistctl
./archivist
./archivistctl
.witness.yaml
2 changes: 1 addition & 1 deletion cmd/archivistctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/testifysec/witness/pkg/dsse"
"github.com/testifysec/go-witness/dsse"
"io/ioutil"
"os"

Expand Down
141 changes: 141 additions & 0 deletions ent/attestation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions ent/attestation/attestation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa95769

Please sign in to comment.