Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FIRST_AVAILABLE_LINE = -1
Functions ¶
This section is empty.
Types ¶
type Finding ¶ added in v0.16.0
Finding is one logical scanner result. Body must already contain both the Aqua marker and the fingerprint sentinel (see EmbedFingerprint), so that reconciliation can identify and match it across runs.
type Reconciler ¶ added in v0.16.0
Reconciler is an optional capability detected via type assertion; providers that don't implement it fall back to the legacy delete-all + repost path.
type Repository ¶
type Repository interface {
// WriteMultiLineComment writes a multiline review on a file in the git PR
WriteMultiLineComment(file, comment string, startLine, endLine int) error
// WriteLineComment writes a single review line on a file of the git PR
WriteLineComment(file, comment string, line int) error
// RemovePreviousAquaComments Removing the comments from previous PRs
RemovePreviousAquaComments(msg string) error
}
Click to show internal directories.
Click to hide internal directories.