configuration

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GitHubActionVersionPinningCheckEnabled bool   `yaml:"github_action_version_pinning_check_enabled"` // Check whether GH Action versions are pinned
	ContainerVersionPinningCheckEnabled    bool   `yaml:"container_version_pinning_check_enabled"`     // Check whether container versions are pinned
	StatusCheckName                        string `yaml:"status_check_name"`                           // Name of the status check (default: "Kusari Inspector")
	PostCommentOnFailure                   bool   `yaml:"post_comment_on_failure"`                     // Also post comment when status check fails
	PostCommentOnSuccess                   bool   `yaml:"post_comment_on_success"`                     // Also post comment when status check succeeds
	FullCodeReviewEnabled                  bool   `yaml:"full_code_review_enabled"`                    // Full code review via the LLM (enabled by default)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL