Versions in this module Expand all Collapse all v0 v0.55.1 Feb 16, 2026 v0.55.0 Feb 11, 2026 v0.54.0 Feb 10, 2026 v0.53.0 Feb 10, 2026 v0.52.0 Jan 8, 2026 v0.51.0 Dec 24, 2025 v0.50.0 Dec 24, 2025 v0.49.0 Dec 16, 2025 v0.48.0 Dec 4, 2025 v0.47.0 Dec 2, 2025 v0.46.0 Dec 2, 2025 v0.45.0 Dec 2, 2025 Changes in this version + func ValidateCookie(opts ScanOptions) error + type ActionArtifact struct + ArchiveDownloadURL string + CreatedAt string + ExpiredAt string + ID int64 + Name string + Size int64 + WorkflowRunID int64 + type ActionArtifactsResponse struct + Artifacts []ActionArtifact + TotalCount int64 + type ActionJob struct + CompletedAt string + Conclusion string + ID int64 + Name string + RunID int64 + StartedAt string + Status string + TaskID int64 + type ActionJobsResponse struct + Jobs []ActionJob + TotalCount int64 + type ActionWorkflowRun struct + CreatedAt string + Event string + HTMLURL string + HeadBranch string + HeadSha string + ID int64 + Name string + RunNumber int64 + Status string + Title string + URL string + UpdatedAt string + WorkflowID string + func ListWorkflowRuns(client *gitea.Client, repo *gitea.Repository) ([]ActionWorkflowRun, error) + type ActionWorkflowRunsResponse struct + TotalCount int64 + WorkflowRuns []ActionWorkflowRun + type AuthTransport struct + Base http.RoundTripper + Token string + func (t *AuthTransport) RoundTrip(req *http.Request) (*http.Response, error) + type GiteaScanOptions struct + Artifacts bool + Client *gitea.Client + ConfidenceFilter []string + Context context.Context + Cookie string + GiteaURL string + HitTimeout time.Duration + HttpClient *retryablehttp.Client + MaxArtifactSize int64 + MaxScanGoRoutines int + Organization string + Owned bool + Repository string + RunsLimit int + StartRunID int64 + Token string + TruffleHogVerification bool + type ScanOptions = GiteaScanOptions + func InitializeOptions(token, giteaURL, repository, organization, cookie, maxArtifactSizeStr string, ...) (ScanOptions, error) + type Scanner interface + func NewScanner(opts ScanOptions) Scanner