githubEdit

Gomboc Portal

This guide will help you understand what to expect from the Gomboc Portal and how to get started on your Gomboc journey.

circle-info

If you already have a Gomboc account, see Log in to an existing account.arrow-up-right

Why Gomboc

Gomboc AI allows engineering teams to focus on innovation without worrying about configuration drift, cloud infrastructure misconfigurations, or other code issues. This document provides an overview of the platform's key capabilities and how to leverage them effectively.

circle-info

Schedule a demo arrow-up-rightto see Gomboc in action and learn how you can benefit it.

Key Benefits

chevron-rightAutomated Remediationhashtag

Gomboc continuously scans your repositories for code misconfigurations and policy violations. When issues are detected, Gomboc automatically generates precise, context-aware fixes as pull requests, eliminating the manual effort of writing remediation code.

How it works:

  1. Connect your code repositories to Gomboc

  2. Define your policies

  3. Gomboc scans your code and identifies violations

  4. Remediation PRs are automatically created with detailed explanations

  5. Your team reviews and merges the fixes

chevron-rightConsistent, Reliable Fixeshashtag

All generated fixes adhere to your organization's policies and code best practices. Because fixes are delivered as pull requests, they integrate seamlessly into your existing code review workflow, ensuring every change is vetted before deployment.

chevron-rightStreamlined Approval Processhashtag

Each remediation PR includes:

  • Clear context explaining the code issue

  • Detailed reasoning for why the fix is necessary

  • Precise code changes that address the specific violation

This allows engineers to quickly understand, approve, or request modifications to suggested fixes without additional research.

chevron-rightContinuous Updateshashtag

Gomboc doesn't just scan once, it continuously monitors your repositories for:

  • New code changes that introduce violations

  • Configuration drift between your IaC and deployed infrastructure

  • Policy updates that affect existing resources

All findings are surfaced promptly with actionable remediation options.

Policies

chevron-rightPolicy Setshashtag

Policy Sets are collections of Gomboc policies that define the rules and standards your infrastructure must follow. Gomboc provides flexible policy management:

  • Organization-wide policies: Apply security standards across all workspace

  • Workspace-specific policies: Target policies to specific environments, teams, or stages (e.g., production vs. development)

  • Custom policy combinations: Mix and match policies to create the right enforcement level for each context

chevron-rightOne-Click Framework Policieshashtag

Quickly adopt industry-standard frameworks with pre-built policy templates:

  • AWS Well-Architected

  • SOC 2 Type II

  • NIST CSF 2.0

  • CIS Benchmarks

  • PCI DSS

  • HIPAA

Select a framework, and Gomboc automatically configures the corresponding policy rules, no manual policy authoring required.

chevron-rightPolicy Ruleshashtag

Each policy contains granular rules that target specific resource types and configurations. Rules include:

Attribute
Description

Rule Name

Human-readable description of what the rule enforces

Resource Type

The IaC resource the rule applies to (e.g., aws_db_instance)

Cloud Provider

Target cloud platform (AWS, Azure, GCP)

IaC Tool

Supported infrastructure tools (Terraform, CloudFormation, etc.)

Source

Rule origin and identifier (e.g., checkov CKV_AWS_129)

Rules can be individually enabled or disabled within a policy to customize enforcement for your organization's specific requirements.

chevron-rightVersion Management & Audit Trail [Coming soon...]hashtag

Every change to your policy sets is tracked with full audit traceability:

  • Who made the change

  • What was modified (policies added/removed, rules enabled/disabled)

  • When the change occurred

This provides complete visibility for compliance audits and security reviews.

Workspaces

chevron-rightWorkspaceshashtag

Workspaces represent your connected infrastructure projects. Each workspace includes:

  • Repository connection: Linked code repository and branch

  • Policy assignment: Which policy sets apply to this workspace

  • Scan history: Record of all scans, findings, and remediations

  • Drift status: Current drift detection state

Workspaces allow you to organize and manage security enforcement across multiple projects, environments, and teams.

AI-Powered Intelligence

chevron-rightDaily Model Updateshashtag

Gomboc's AI model is updated daily with the latest:

  • Cloud Service Provider (CSP) documentation

  • Code best practices and guidelines

  • New resource types and configurations

  • Emerging threat patterns

This ensures remediation recommendations always reflect current cloud provider capabilities and security standards.

chevron-rightContext-Aware Fixeshashtag

Gomboc doesn't generate generic fixes: it analyzes your specific codebase to produce remediation that:

  • Follows your existing coding patterns and conventions

  • Accounts for resource dependencies and relationships

  • Minimizes blast radius while fully addressing the violation

Integration & Compatibility

chevron-rightRepository Integrationhashtag

Connect your code repositories from:

  • GitHub

  • GitLab

  • Bitbucket

  • Azure DevOps

Gomboc Projects stay continuously synced with your repositories, monitoring all branches and changes in real-time.

chevron-rightCI/CD Pipeline Integrationhashtag

Gomboc can push Infrastructure as Code (IaC) directly to your Continuous Integration/Continuous Deployment (CI/CD) pipelines, such as GitHub Actions. This ensures that security checks and remediations are part of your automated deployment process.

Gomboc integrates directly into your deployment pipelines:

  • GitHub Actions: Native workflow integration

  • GitLab CI: Pipeline job support

  • Jenkins: Plugin available

  • Custom pipelines: API and CLI access

Code checks and remediation become part of your automated deployment process, catching issues before they reach production.

Last updated