Fabian Kammel
Fabian Kammel
### Act version act version 0.2.30 ### Feature description [GitHub added a runner context variable called `runner.arch`.](https://github.com/github/docs/pull/12374) Just as https://github.com/nektos/act/issues/171 added support for `runner.os` I would like to have support...
**Description** ``` package example import ( "testing" "github.com/sigstore/rekor/pkg/client" "github.com/sigstore/rekor/pkg/generated/client/index" "go.uber.org/goleak" ) func TestMain(m *testing.M) { goleak.VerifyTestMain(m) } func TestRekor_SearchByHash(t *testing.T) { rekor, _ := client.GetRekorClient("https://rekor.sigstore.dev") params := index.NewSearchIndexParams() rekor.Index.SearchIndex(params) }...
Currently `go-git` only provides a public API to get the location of the git root folder via: ```go tree, err := repository.Worktree() tree.Filesystem.Root() ``` Getting from the repository root directory...
**What happened**: I have deployed CCM in my cluster for cloud provider AWS. When creating a service of type loadblancer the resources in AWS (security group & LB) are created...
### Describe the issue As a first time user, after [installing the Minder CLI](https://docs.stacklok.com/minder/getting_started/install_cli), I must have taken a wrong turn and tried to execute `minder provider enroll` next, where...
### I did this 1. Log out of Kanidm 2. Go to a OAuth2 client application that uses a `localhost` redirect 3. Start the login flow 4. Enter your username...
**Is your feature request related to a problem? Please describe.** Based on Scorecard findings [I have minimized the permissions of all tokens in our project](https://github.com/edgelesssys/constellation/pull/1104/files). Thanks for helping to improve...
**Describe the outcome you'd like** Currently the aws provider version is constrained to [< 6.0.0](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/main/versions.tf#L10), where as the latest version of aws provider is [6.4.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.4.0) **Is your feature request related...
## Rollback Plan If a change needs to be reverted, we will publish an updated version of the library. ## Changes to Security Controls Are there any changes to security...