Hayato Kiwata

Results 9 issues of Hayato Kiwata

# What version of radigo are you using (radigo --version)? ```bash > radigo --version v0.11.0 built with go1.17.6 ``` # The Problem - When I run the `radigo rec` command...

Currently, KubeArmor does not have the feature to monitor the chroot system call. On the other hand, there is a future request in Issue #1070 to support audit for security...

When we run `ginkgo -r` in the `KubeArmor/tests/syscalls` directory on the local environment, we get a Pod not found error even though the Pod for testing is running, as shown...

… error messages When KubeArmor is running in `systemd mode`, the following error may occur when executing "karmor probe". ``` > karmor probe probe.go:380: error when getting kubearmor daemonset Get...

Suppose we have configured the `creds_helpers` in `~/.finch/finch.yaml` as follows, and subsequently initialized a VM (`finch vm init`). ``` cpus: 6 creds_helpers: - ecr-login memory: 8GiB vmType: vz rosetta: true...

This fix introduces a new CI to check whether the command reference documentations need to be updated. When new commands or options are added, the `finch gen-docs generate -p cmd/finch/`...

**What is the problem you're trying to solve?.** A clear and concise description of the use case for this feature. Please provide an example, if possible. When we create new...

documentation
enhancement
github_actions

### What is the problem you're trying to solve In the latest version, when we start a container specifying multiple port mappings with `-p`, the following is displayed. ```bash >...

enhancement