Furkan Türkal

Results 261 issues of Furkan Türkal

**What would you like to be added**: We are skipping the binary-check for the `testdata` folders as implemented in [`isTestdataFile()`](https://github.com/ossf/scorecard/blob/090ae4f0bbc3b6956971bec83530c86696e1e75d/checks/fileparser/listing.go#L134) function. Not sure but passing a new `ignoreDirs []string` field...

kind/enhancement
Stale

### Feature Description AFAIUC, `validator` app currently only validates the driver installation. It would be great to have additional validating steps for the DCGM installation. It can be enabled with...

feature

_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...

## Summary *Provide brief overview and context for the discovered bug.* ## Steps to Reproduce 1. `curl -LO https://github.com/cyberark/kubeletctl/releases/download/v1.11/kubeletctl_darwin_amd64 && chmod a+x ./kubeletctl_darwin_amd64 && mv ./kubeletctl_darwin_amd64 /usr/local/bin/kubeletctl` 2. `kubeletctl -s...

kind/bug

My use case is to consume the `package.version` information by exporting as a environment variable for the container image. Idea (by Ariadne): Declare the env variable like the following: ```yaml...

As of now, [make-devenv.sh](https://github.com/chainguard-dev/apko/blob/dd4e24994aa30c203253e482f3e8ecce7def14f0/hack/make-devenv.sh) entirely relies on Docker Desktop. apko already adopted lima to provision simple playground [for mac](https://github.com/chainguard-dev/apko/tree/dd4e24994aa30c203253e482f3e8ecce7def14f0/mac) users. Since Docker Desktop is "not-free", contributors might want to look...

To increase the overall UX, maybe enforcing and checking `sudo` mode in the first phase would better. Otherwise we ended up something like the following: ``` Nov 21 11:14:09.404 [INFO]...

We (@developer-guy) noticed that the following command fails due to install non-existed package from target index: ``` Error: failed to build layer image: initializing apk: failed to fixate apk world:...

apko does emit SBOM by default (since `--sbom generate SBOMs (default true)` is `true`). If you pass `--debug` flag to `debug`, the last line of build output is: ``` Nov...

i.e., `Id string `gorm:"primaryKey"`` it'd be great to have a `gorm` support for both primary and foreign keys.