Skip to content

Commit 2ca489e

Browse files
committed
Update
1 parent f340740 commit 2ca489e

4 files changed

Lines changed: 1687 additions & 0 deletions

File tree

github/plugin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"github.com/turbot/tailpipe-plugin-sdk/table"
88

99
"github.com/turbot/tailpipe-plugin-github/tables/audit_log"
10+
"github.com/turbot/tailpipe-plugin-github/tables/security_log"
1011
)
1112

1213
type Plugin struct {
@@ -18,6 +19,7 @@ func init() {
1819
// 1. row struct
1920
// 2. table implementation
2021
table.RegisterTable[*audit_log.AuditLog, *audit_log.AuditLogTable]()
22+
table.RegisterTable[*security_log.SecurityLog, *security_log.SecurityLogTable]()
2123

2224
// TODO: register sources in future if needed
2325
}

0 commit comments

Comments
 (0)