Repository Analysis

abiosoft/colima

Container runtimes on macOS (and Linux) with minimal setup

1.0 Likely human-written View on GitHub
1.0
Adjusted Score
1.0
Raw Score
100%
Time Factor
2026-05-25
Last Push
29,053
Stars
Go
Language
16,542
Lines of Code
139
Files
16
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 16

Pattern Findings

16 matches across 1 category. Click a row to expand file-level details.

Over-Commented Block16 hits · 16 pts
SeverityFileLineSnippet
LOWmodel/runner.go41// Runner defines the interface for AI model runners.
LOWembedded/defaults/abort.yaml1# ============================================================================================ #
LOWembedded/defaults/colima.yaml1# Number of CPUs to be allocated to the virtual machine.
LOWembedded/defaults/colima.yaml21# Container runtime to be used (docker, containerd).
LOWembedded/defaults/colima.yaml41kubernetes:
LOWembedded/defaults/colima.yaml61# Setting to true does the following on startup
LOWembedded/defaults/colima.yaml81 # This is only used when mode is set to bridged.
LOWembedded/defaults/colima.yaml101 # It does not configure the /etc/hosts files of any machine or container.
LOWembedded/defaults/colima.yaml121 # EXAMPLE
LOWembedded/defaults/colima.yaml141# features:
LOWembedded/defaults/colima.yaml161# Default: qemu
LOWembedded/defaults/colima.yaml181# Default: false
LOWembedded/defaults/colima.yaml201# The CPU type for the virtual machine (requires vmType `qemu`).
LOWembedded/defaults/colima.yaml221# touch ~/.provision
LOWembedded/defaults/colima.yaml241# The port number for the SSH server for the virtual machine.
LOWembedded/defaults/colima.yaml261