Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SARIFBytes ¶ added in v0.23.0
SARIFBytes converts CLI finding JSON into an indented SARIF document. Exported so other commands (e.g. `ci report --format sarif`) can reuse it.
Types ¶
type Spinner ¶ added in v0.13.0
type Spinner struct {
// contains filtered or unexported fields
}
Spinner displays a simple progress spinner on stderr.
func NewSpinner ¶ added in v0.13.0
NewSpinner starts a spinner with the given message. Call Stop() when done. If quiet is true, no spinner is displayed but Stop() is still safe to call.
Click to show internal directories.
Click to hide internal directories.