Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadTask ¶
type RepoWithFindings ¶
type Results ¶
type Results struct {
Name string `json:"name"`
Status string `json:"status"`
Runs []RunStatus `json:"runs"`
ResositoriesWithFindings []RepoWithFindings `json:"repositories_with_findings"`
TotalFindingsCount int `json:"total_findings_count"`
TotalSuccessfulScans int `json:"total_successful_scans"`
TotalFailedScans int `json:"total_failed_scans"`
TotalRepositoriesWithFindings int `json:"total_repositories_with_findings"`
TotalSkippedRepositories int `json:"total_skipped_repositories"`
TotalSkippedAccessMismatchRepositories int `json:"total_skipped_access_mismatch_repositories"`
TotalSkippedNotFoundRepositories int `json:"total_skipped_not_found_repositories"`
TotalSkippedNoDatabaseRepositories int `json:"total_skipped_no_database_repositories"`
TotalSkippedOverLimitRepositories int `json:"total_skipped_over_limit_repositories"`
}
type Session ¶
type Session struct {
Name string `yaml:"name" json:"name"`
Timestamp time.Time `yaml:"timestamp" json:"timestamp"`
Runs []Run `yaml:"runs" json:"runs"`
Controller string `yaml:"controller" json:"controller"`
ListFile string `yaml:"list_file" json:"list_file"`
List string `yaml:"list" json:"list"`
Language string `yaml:"language" json:"language"`
RepositoryCount int `yaml:"repository_count" json:"repository_count"`
}
Click to show internal directories.
Click to hide internal directories.