Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoExposureSummary ¶
type RepoExposureSummary struct {
Org string `json:"org" yaml:"org"`
Repo string `json:"repo" yaml:"repo"`
PermissionUnion []string `json:"permission_union" yaml:"permission_union"`
DataUnion []string `json:"data_union" yaml:"data_union"`
HighestAutonomy string `json:"highest_autonomy" yaml:"highest_autonomy"`
CombinedRiskScore float64 `json:"combined_risk_score" yaml:"combined_risk_score"`
SkillPrivilegeCeiling []string `json:"skill_privilege_ceiling" yaml:"skill_privilege_ceiling"`
SkillPrivilegeConcentration SkillPrivilegeConcentration `json:"skill_privilege_concentration" yaml:"skill_privilege_concentration"`
SkillSprawl SkillSprawl `json:"skill_sprawl" yaml:"skill_sprawl"`
ExposureFactors []string `json:"exposure_factors" yaml:"exposure_factors"`
}
Click to show internal directories.
Click to hide internal directories.