Skip to content

Commit 43574fc

Browse files
authored
Rename audit event Digest type for policy commits (#3901)
1 parent 8b0d081 commit 43574fc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/buf/alpha/audit/v1alpha1/event.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ message PayloadPolicyCommitPushed {
604604
string policy_id = 3;
605605
// policy_name is the name of the policy within which the commit was created.
606606
string policy_name = 4;
607-
// p1_digest is the p1 digest of the pushed policy commit.
608-
string p1_digest = 5;
607+
// o1_digest is the o1 digest of the pushed policy commit.
608+
string o1_digest = 5;
609609
}
610610

611611
message PayloadPluginCreated {

0 commit comments

Comments
 (0)