feat: adds more audit log parsing for extended data #144
Annotations
10 errors
pkg/wsman/amt/auditlog/decoder_test.go#L178
[golangci] reported by reviewdog 🐶
cannot use "\x00" (untyped string constant) as int value in struct literal
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:178:54: cannot use "\x00" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L178
[golangci] reported by reviewdog 🐶
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:178:81: too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L179
[golangci] reported by reviewdog 🐶
cannot use "\x01" (untyped string constant) as int value in struct literal
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:179:44: cannot use "\x01" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L179
[golangci] reported by reviewdog 🐶
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:179:73: too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L181
[golangci] reported by reviewdog 🐶
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:181:53: cannot use "\x01\x01" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L181
[golangci] reported by reviewdog 🐶
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:181:74: too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L182
[golangci] reported by reviewdog 🐶
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:182:53: cannot use "\x01\x02" (untyped string constant) as int value in struct literal
|
pkg/wsman/amt/auditlog/decoder_test.go#L182
[golangci] reported by reviewdog 🐶
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:182:102: too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
|
pkg/wsman/amt/auditlog/decoder_test.go#L183
[golangci] reported by reviewdog 🐶
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
Raw Output:
pkg/wsman/amt/auditlog/decoder_test.go:183:35: cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
This job failed
Loading