Skip to content

Commit

Permalink
refactored to wazuh 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czeumer committed Jan 7, 2022
1 parent f06c38e commit 405ff2d
Show file tree
Hide file tree
Showing 20 changed files with 77,739 additions and 11,075 deletions.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@
"execd",
"header",
"mq"
]
],

"go.testEnvVars": {
"WAZUH_URL": "https://wazuh.test.internal.exanio.net:55000",
"WAZUH_USER": "autonubil.automation",
"WAZUH_PASSWORD": "T1skq!r7UolH0vMAgsDv0",
"WAZUH_INSECURE": "true"
},

}
2 changes: 1 addition & 1 deletion wazuhsentry/wazuhsentry.go → codexsentry/codexsentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type SentryCore struct {
innerCore zapcore.Core
}

func NewWrapedCore(innerCore zapcore.Core) zapcore.Core {
func NewWrappedCore(innerCore zapcore.Core) zapcore.Core {
return SentryCore{innerCore}
}

Expand Down
40,343 changes: 40,343 additions & 0 deletions generator/api/client.go.gen

Large diffs are not rendered by default.

Loading

0 comments on commit 405ff2d

Please sign in to comment.