Colin Duggan

Results 8 issues of Colin Duggan

**What happened:** When kconnect creates a new cluster connection it writes a new context configuration in kubectl's config.yaml. The cluster name written as part of this configuration includes the target...

kind/bug

### Summary I wanted to add an explicit check for Artifactory API token however gosec high entropy string detection also caught the samples I tried. Is there a criteria for...

Looking to use the `text2vec-openai` vectorizer with Azure AI. I don't have an API key, does Weaviate support access token authentication when configuring a new client? I know it can...

Is there a defined pattern in the gitleaks community on how to manage custom rules? The `--config` flag doesn't support remote download so there is an expectation that the rules...

enhancement

### Description: Closes #1557 The `--config` persistent flag enables users to provide a path or directory which `gitleaks` can use to load custom rules. This PR enhances that behaviour by...

Proposal to add MCP support to allow users run Gitleaks through MCP compatible agents like CoPilot. **Describe the solution you'd like** LLM secret scanning is non-deterministic unlike Gitleaks scanning, creating...

enhancement
help wanted

**Describe the solution you'd like** The Gitleaks report can be written to stdout in JSON format using the predefined `StdoutReportPath` const, which is a hypen. This doesn't appear to be...

enhancement

Looking to add a fix or get clarification on how to use example at `example-projects/rdkafka-example` ```rust let message_record = MessageRecord::from_event(event).expect("error while serializing the event"); let delivery_status = producer .send( FutureRecord::to(topic_name)...