-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add git attestation support #297
base: main
Are you sure you want to change the base?
Conversation
field.String("committer_email"), | ||
field.String("commit_date"), | ||
field.String("commit_message"), | ||
field.JSON("status", []string{}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indexes on these are going to be tough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indexes were all removed for now
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
- Coverage 82.40% 1.45% -80.95%
==========================================
Files 10 129 +119
Lines 358 34075 +33717
==========================================
+ Hits 295 495 +200
- Misses 43 33523 +33480
- Partials 20 57 +37 ☔ View full report in Codecov by Sentry. |
4d5c866
to
b4daa12
Compare
- Added ent schema support for git attestations - Created parser plugin for git attestation - Registered git parser plugin Signed-off-by: Frederick F. Kautz IV <[email protected]>
Signed-off-by: Frederick F. Kautz IV [email protected]