Skip to content

Security: Add opencode.json configuration#5

Open
devops-eh wants to merge 1 commit intomainfrom
security/add-opencode-config
Open

Security: Add opencode.json configuration#5
devops-eh wants to merge 1 commit intomainfrom
security/add-opencode-config

Conversation

@devops-eh
Copy link

Summary

This PR adds an opencode.json configuration file to comply with our organization's AI tooling policy.

Changes

  • Adds opencode.json to restrict LLM providers to GitHub Copilot only
  • Disables conversation sharing to external servers

Configuration Details

{
    "$schema": "https://opencode.ai/config.json",
    "disabled_providers": ["amazon-bedrock", "groq", "anthropic", "openai", "gemini"],
    "share": "disabled"
}

Action Required

Please review and merge this PR to ensure your repository is compliant.


This PR was automatically generated. Ticket: https://employmenthero.atlassian.net/browse/PS-2180.

@devops-eh devops-eh requested a review from a team as a code owner December 3, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant