Skip to content

[DOC] Port all confluence documentation into markdown #402

[DOC] Port all confluence documentation into markdown

[DOC] Port all confluence documentation into markdown #402

Triggered via pull request July 21, 2023 13:55
@d0g0x01d0g0x01
synchronize #74
jeremy/docs
Status Success
Total duration 3m 5s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
linter: pkg/kubehound/store/collections/container.go#L3
File is not `gofumpt`-ed (gofumpt)
linter: pkg/kubehound/store/collections/identity.go#L3
File is not `gofumpt`-ed (gofumpt)
linter: pkg/kubehound/store/collections/node.go#L3
File is not `gofumpt`-ed (gofumpt)
linter: pkg/kubehound/storage/cache/cachekey/node.go#L13
unexported-return: exported func Node returns unexported type *cachekey.nodeCacheKey, which can be annoying to use (revive)
linter: pkg/kubehound/storage/cache/cachekey/object_id.go#L4
var-naming: const objectIdCacheName should be objectIDCacheName (revive)
linter: pkg/kubehound/storage/cache/cachekey/container.go#L15
unexported-return: exported func Container returns unexported type *cachekey.containerCacheKey, which can be annoying to use (revive)
linter: pkg/kubehound/storage/cache/cachekey/role.go#L14
unexported-return: exported func Role returns unexported type *cachekey.roleCacheKey, which can be annoying to use (revive)
linter: pkg/kubehound/storage/cache/cachekey/object_id.go#L13
unexported-return: exported func ObjectID returns unexported type *cachekey.objectIDCacheKey, which can be annoying to use (revive)
linter: pkg/kubehound/storage/cache/cachekey/identity.go#L14
unexported-return: exported func Identity returns unexported type *cachekey.identityCacheKey, which can be annoying to use (revive)
linter: pkg/kubehound/storage/cache/memcache_bench_test.go#L38
Error return value of `fakeCacheWriter.Queue` is not checked (errcheck)
linter: pkg/kube/paths.go#L8
var-naming: func parameter podUid should be podUID (revive)
linter: pkg/worker/pool.go#L8
exported: type name will be used as worker.WorkerPool by other packages, and that stutters; consider calling this Pool (revive)
linter: pkg/kubehound/models/store/models.go#L23
var-naming: struct field Id should be ID (revive)
linter: pkg/kubehound/models/store/models.go#L24
var-naming: struct field PodId should be PodID (revive)
linter: pkg/kubehound/models/store/models.go#L25
var-naming: struct field NodeId should be NodeID (revive)
linter: pkg/kubehound/models/store/models.go#L32
var-naming: struct field Id should be ID (revive)
linter: pkg/kubehound/models/store/models.go#L33
var-naming: struct field NodeId should be NodeID (revive)
linter: pkg/kubehound/models/store/models.go#L40
var-naming: struct field Id should be ID (revive)
linter: pkg/kubehound/models/store/models.go#L47
var-naming: struct field ContainerId should be ContainerID (revive)
linter: pkg/kubehound/models/store/models.go#L54
var-naming: struct field PodId should be PodID (revive)
linter
Restore cache failed: Dependencies file is not found in /home/runner/work/KubeHound/KubeHound. Supported file pattern: go.sum