Furkan Türkal
Furkan Türkal
I think `set_nonblocking()` function is missing.
Currently, we are only exposing the following fields in the logs: ``` { "iss": "https://k8s.example.com", "sub": "...", "aud": "example-app", "exp": 1640342247, "iat": 1640255847, "at_hash": "...", "email": "[email protected]", "email_verified": true, "groups":...
As you see the empty-name case in the following UI, it does not break the overall usability. I still able to click the buttons and jump to auth process. ![Screen...
**Motivation** Since [falco-exporter]() is a great tool to expose prometheus metrics through gRPC, I think there are some caveats to use it. Our (w/ @developer-guy @f9n) some motivations to create...
[GoReleaser](https://github.com/goreleaser/goreleaser) builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. Currently we use [build.yaml](https://github.com/armosec/kubescape/blob/master/.github/workflows/build.yaml) to build and release the...
**proposal:** _auto-generate rego or cue policies for the vulnerabilities & risks that found by kubescape._ --- **Motivation** Kubescape is a great and easy tool to find vulnerabilities and report to...
### Your feature request related to a problem? Please describe. Linter request: [go-flow-levee](https://github.com/google/go-flow-levee) ### Describe the solution you'd like. This project is officially implemented in Kubernetes: https://github.com/kubernetes/kubernetes/commit/90b85bf3fa79ecf16638f704c1c6aef1afff2e5f See [KEP-1933: Defend...
Hey, Thanks for such a great project! I just download the executable file version `1.7.1.0-beta`. Normally, I always keep UAC security level at highest and using _UAC: Only elevate executables...
I have two test functions like that: **Main test function** ```go func TestConnect(t *testing.T) { Convey("Connect to SQLite database", t, func() { conn, err := dbtest.Connect() So(err, ShouldBeNil) So(conn, ShouldNotBeNil)...
### Proposal [schema/valuetype](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/helper/schema/valuetype.go) is widely used enum across schemas for building custom plugins. I propose that we can enrich this enum to validate much more different formats [^1], like the...