Documentation
¶
Overview ¶
Package defectdojo handles exporting reports to Defect Dojo open source software
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAPI = errors.New("defect dojo api request error")
ErrAPI an error in the request
Functions ¶
This section is empty.
Types ¶
type EngagementQuery ¶
type EngagementQuery struct {
ProductTypeName string
ProductName string
Name string
Duration time.Duration
BranchTag string
SourceURL string
CommitHash string
Tags []string
DeduplicationOnEngagement bool
EnableSimpleRiskAcceptance bool
}
EngagementQuery data model for request
type ScanType ¶
type ScanType string
ScanType Defect Dojo specific scan type values Source for Scan Type Values https://demo.defectdojo.org/api/v2/doc/
type Service ¶
type Service struct {
Retry int // How many times to retry on a failed export
DescriptionTime time.Time // The time zone used when auto generating the description
DescriptionTimezone string
BackoffDuration time.Duration // The interval for the exponential back off retry
CloseOldFindings bool
CloseOldFindingsProductScope bool
CreateFindingGroupsForAllFindings bool
ImportScanActive bool
ImportScanVerified bool
GroupBy string
// contains filtered or unexported fields
}
Service can be used to export scans to Defect Dojo
Click to show internal directories.
Click to hide internal directories.