Nilesh Akhade

Results 7 issues of Nilesh Akhade

## What would you like to be added New hunter module should be able to detect if the cluster is affected by cr8escape Introduce new hunter modules that perform additional...

enhancement

When we do resource scanning, trivy scans it in only the given namespace. This should be improved by adding `--all-namespaces` aka `-A` flag. **Use cases** - Scan only config maps...

kind/feature
priority/backlog
target/kubernetes

- Upgrade go version to go1.19 - Upgrade k8s.io dependencies to v0.25.0 ``` go mod edit -go=1.19 go get k8s.io/api@latest go get k8s.io/apimachinery@latest go get k8s.io/client-go@latest go get k8s.io/code-generator@latest go...

k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.22.0 k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.22.0 k8s.io/sample-controller => k8s.io/sample-controller v0.22.0 k8s.io.client-go => k8s.io/client-go v0.20.0 k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.22.0 https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/go.mod#L54 I think the line should be `k8s.io/client-go => k8s.io/client-go...

I am running trivy k8s vulnerability scan on workloads inside `openshift-*` namespaces. It always fails with an error `UNAUTHORIZED: access to the requested resource is not authorized` . - This...

triage/support

We are trying to use this library for a use case where we need to iterate over nested types/json objects. We couldn't find any example of how to do it....

Vulnerabilities should be associated with the container images when scanning Kubernetes cluster resources. This will make the trivy cluster scan faster and reduce the report size considerably. The trivy should...

kind/feature
priority/backlog
target/kubernetes