ciaudit

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package ciaudit checks repository CI/CD files for explicit coverage gates and build-once artifact promotion. It is deliberately read-only so the same audit can run locally, in CI, or across a workstation fleet.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Code    string `json:"code"`
	Message string `json:"message"`
	File    string `json:"file,omitempty"`
}

type Report

type Report struct {
	Path                      string    `json:"path"`
	HasGo                     bool      `json:"has_go"`
	HasFrontend               bool      `json:"has_frontend"`
	HasDeploy                 bool      `json:"has_deploy"`
	GoCoverageThreshold       bool      `json:"go_coverage_threshold"`
	FrontendCoverageThreshold bool      `json:"frontend_coverage_threshold"`
	ArtifactPromotion         bool      `json:"artifact_promotion"`
	Findings                  []Finding `json:"findings"`
}

func Audit

func Audit(root string) (Report, error)

Jump to

Keyboard shortcuts

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