Furkan Türkal

Results 261 issues of Furkan Türkal

I think we currently set a `Schedule` in [watcher](https://github.com/crazy-max/diun/blob/1491bf0833e51c2515e8a6b661397ddb8109df2d/internal/model/watch.go#L10) to run scheduled runs. Is it possible to listen [Docker Hub Webhooks](https://docs.docker.com/docker-hub/webhooks/) for notifying immediately when a push event occur in...

**What would you like to be added**: Consider verifying the [signed container images](https://kubernetes.io/docs/tasks/administer-cluster/verify-signed-images/) for the following binaries in [roles/download](https://github.com/kubernetes-sigs/kubespray/tree/master/roles/download) playbook: | Container Image | Supported Architectures | |:---: |:---: |...

kind/feature

Just tried this plugin and my overall zsh experience noticeable slowed. And noticed the following by calling `zprof`: ``` 53) 3 4057.82 1352.61 68.36% 0.23 0.08 0.00% precmd_iterm_touchbar ``` Any...

[go-containerregistry](https://github.com/google/go-containerregistry) is a golang library for working with container registries. By supporting this library as a new resolver, we don't need Docker dependency anymore (save & pull stuff in pipeline)...

It would be nice to add `--namespace` flag for `run` subcommand as in `apply` command. But noticed a `(DEPRECATED)` warning. So couldn't get the actual reason why `--namespace` is deprecated....

good first issue
lifecycle/frozen

With new ko release, it creates and pushes an SBOM file by default. [^1] We can also pass a new flag called `--sbom-sign ` to sign before publishing it. In...

lifecycle/frozen
sbom

Signed-off-by: Furkan Signed-off-by: Batuhan Apaydın Fixes #491

cla: yes

You need to remove each `,` to make this work. Is that intentionally? We are splitting by looking for `=` char: https://github.com/google/ko/blob/a36ea50a9ecaf537eb212e97a51e10b15c53a07c/pkg/commands/resolver.go#L114 But couldn't get it why it does not...

- [ ] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one Currently, we have [DL3006](https://github.com/hadolint/hadolint/blob/master/src/Hadolint/Rule/DL3006.hs) and...

Currently, none of below are working as expected. I could not understand how to use `--font` flag in correct way. The fonts that described in README is built-in fonts? Can...