Skip to content

chore: autogenerate audit log documentation #5862

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

Merged
merged 14 commits into from
Jan 26, 2023
Prev Previous commit
Next Next commit
removed empty block line
  • Loading branch information
Kira-Pilot committed Jan 25, 2023
commit e1a9fbbfe76dff2ae705d0d94652b49bee673243
1 change: 0 additions & 1 deletion scripts/auditdocgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func updateAuditDoc(doc []byte, auditableResourcesMap AuditableResourcesMap) ([]
buffer.WriteString("|--|-----------------|\n")

for resourceName, resourceFields := range auditableResourcesMap {

buffer.Write([]byte("|" + resourceName + "|<table><thead><tr><th>Field</th><th>Tracked</th></tr></thead><tbody>"))

for fieldName, isTracked := range resourceFields {
Expand Down