Daniel Orbach

Results 5 issues of Daniel Orbach

The new Go1.16 gives us a `go:embed` directive. This new feature, to my surprise, is not properly represented by the examples in this repository. I've bumped the version specified by...

cla: yes

### What are you trying to accomplish? My company commits large files using Git LFS which happen to be part of our Go module source tree. Without `git-lfs` installed, Dependabot's...

L: go:modules

Currently, the `attribute.Set` type implement `json.Marshaler` on a _pointer receiver_. However, various otel packages use it as a value, not a pointer. Those values are often not addressable (i.e. `reflect.Value.CanAddr`...

This PR adds automatic detection for ARM64 architecture (Apple Silicon Macs) and configures Docker to use AMD64 platform emulation when detected. This enables Super-linter to run on M-series MacBooks and...

infrastructure
O: backlog 🤖

**Describe the bug** The action code supports `pull_request_target` events (added in PR #759, issue #347), but the Anthropic OIDC token exchange endpoint (`https://api.anthropic.com/api/github/github-app-token-exchange`) rejects OIDC tokens from `pull_request_target` triggers with...