Skip to content

Commit

Permalink
bump version to 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: matteopasa <[email protected]>
  • Loading branch information
matteopasa committed Feb 12, 2024
1 parent fc1abb7 commit e3689d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
PluginName = "cloudtrail"
PluginDescription = "reads cloudtrail JSON data saved to file in the directory specified in the settings"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.11.1"
PluginVersion = "0.12.0"
PluginEventSource = "aws_cloudtrail"
)

Expand Down
2 changes: 0 additions & 2 deletions plugins/cloudtrail/pkg/cloudtrail/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ func getfieldStr(jdata *fastjson.Value, field string) (bool, string) {
res = res[0 : len(res)-len(".amazonaws.com")]
}
}

res = strings.TrimPrefix(res, "aws.")
case "ct.name":
val := jdata.GetStringBytes("eventName")
if val == nil {
Expand Down

0 comments on commit e3689d7

Please sign in to comment.