We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66428 commit ed6c38aCopy full SHA for ed6c38a
plugins/okta/go.mod
@@ -1,6 +1,6 @@
1
module github.com/falcosecurity/plugins/plugins/okta
2
3
-go 1.17
+go 1.23
4
5
require (
6
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
plugins/okta/pkg/okta/okta.go
@@ -144,7 +144,7 @@ func (oktaPlugin *Plugin) Info() *plugins.Info {
144
Name: "okta",
145
Description: "Okta Log Events",
146
Contact: "github.com/falcosecurity/plugins/",
147
- Version: "0.11.1",
+ Version: "0.12.0",
148
EventSource: "okta",
149
}
150
0 commit comments