Skip to content

feat: adds more audit log parsing for extended data #144

feat: adds more audit log parsing for extended data

feat: adds more audit log parsing for extended data #144

Triggered via pull request June 14, 2024 17:02
Status Failure
Total duration 1m 28s
Artifacts

ci.yml

on: pull_request
runner / formatting
9s
runner / formatting
runner / golangci-lint
32s
runner / golangci-lint
runner / yamllint
27s
runner / yamllint
runner / dotenv-linter
14s
runner / dotenv-linter
Matrix: runner / build and tests
Fit to window
Zoom out
Zoom in

Annotations

70 errors
runner / formatting
Process completed with exit code 1.
runner / golangci-lint: 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
runner / golangci-lint: 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}
runner / golangci-lint: 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
runner / golangci-lint: 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}
runner / golangci-lint: 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
runner / golangci-lint: 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}
runner / golangci-lint: 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
runner / golangci-lint: 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}
runner / golangci-lint: 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
runner / golangci-lint
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
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L178
cannot use "\x00" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L178
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L179
cannot use "\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L179
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L181
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L181
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L182
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L182
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L183
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2019): pkg/wsman/amt/auditlog/decoder_test.go#L183
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2022)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L178
cannot use "\x00" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L178
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L179
cannot use "\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L179
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L181
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L181
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L182
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L182
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L183
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, windows-2022): pkg/wsman/amt/auditlog/decoder_test.go#L183
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-20.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L178
cannot use "\x00" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L178
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L179
cannot use "\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L179
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L181
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L181
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L182
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L182
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L183
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-20.04): pkg/wsman/amt/auditlog/decoder_test.go#L183
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-22.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L178
cannot use "\x00" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L178
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L179
cannot use "\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L179
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L181
cannot use "\x01\x01" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L181
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L182
cannot use "\x01\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L182
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L183
cannot use "\x00\x00\x00\x00\x02" (untyped string constant) as int value in struct literal
runner / build and tests (1.20.x, ubuntu-22.04): pkg/wsman/amt/auditlog/decoder_test.go#L183
too few values in struct literal of type struct{name string; appId int; eventId int; data string; expected string}
runner / build and tests (1.21.x, windows-2022)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.21.x, windows-2022)
The operation was canceled.
runner / build and tests (1.22.x, windows-2019)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.22.x, windows-2019)
The operation was canceled.
runner / build and tests (1.22.x, ubuntu-22.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.22.x, ubuntu-22.04)
The operation was canceled.
runner / build and tests (1.21.x, windows-2019)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.21.x, windows-2019)
The operation was canceled.
runner / build and tests (1.22.x, ubuntu-20.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.22.x, ubuntu-20.04)
The operation was canceled.
runner / build and tests (1.21.x, ubuntu-22.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.21.x, ubuntu-22.04)
The operation was canceled.
runner / build and tests (1.21.x, ubuntu-20.04)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.21.x, ubuntu-20.04)
The operation was canceled.
runner / build and tests (1.22.x, windows-2022)
The job was canceled because "_1_20_x_windows-2019" failed.
runner / build and tests (1.22.x, windows-2022)
The operation was canceled.