Skip to content

Commit

Permalink
update(plugins/k8saudit): bump plugin version to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed Jun 7, 2022
1 parent a9b4988 commit 6c920da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/k8saudit/pkg/k8saudit/k8saudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (k *Plugin) Info() *plugins.Info {
Name: pluginName,
Description: "Read Kubernetes Audit Events and monitor Kubernetes Clusters",
Contact: "github.com/falcosecurity/plugins",
Version: "0.2.0",
Version: "0.2.1",
EventSource: "k8s_audit",
}
}
Expand Down

0 comments on commit 6c920da

Please sign in to comment.