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)
}
Click to show internal directories.
Click to hide internal directories.