automation-tests/common/pkg/seccomp
Valentin Rothberg e17483b871 bump to golangci-lint v1.50.0
Used `go fmt` rules to migrate away from deprecated functions, for
instance `gofmt -w -s -r 'ioutil.TempDir(a, b) -> os.MkdirTemp(a, b)'`

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-10-17 15:03:07 +02:00
..
fixtures Migrate seccomp/containers-golang 2020-08-27 10:15:31 +02:00
conversion.go Switch to golang native error wrapping 2022-07-12 10:54:07 +02:00
conversion_test.go Gofumpt the code 2022-04-09 16:50:11 -07:00
default_linux.go seccomp: Allow Landlock syscalls 2022-06-30 14:47:57 +02:00
errno_list.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
filter.go Switch to golang native error wrapping 2022-07-12 10:54:07 +02:00
filter_test.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
generate.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
seccomp.json seccomp: Allow Landlock syscalls 2022-06-30 14:47:57 +02:00
seccomp_linux.go Gofumpt the code 2022-04-09 16:50:11 -07:00
seccomp_test.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
seccomp_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
supported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
types.go Add SCMP_ACT_NOTIFY to seccomp actions 2022-05-09 11:00:04 +02:00
validate.go Switch to golang native error wrapping 2022-07-12 10:54:07 +02:00
validate_test.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00