Discover Packages
github.com/anchore/syft
syft
presenter
package
Version:
v0.12.3
Opens a new window with list of versions in this module.
Published: Jan 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Defines a Presenter interface for displaying catalog results to an io.Writer as well as a helper utility to obtain
a specific Presenter implementation given user configuration.
const (
UnknownPresenter Option = "UnknownPresenter"
JSONPresenter Option = "json"
TextPresenter Option = "text"
TablePresenter Option = "table"
CycloneDxPresenter Option = "cyclonedx"
)
Presenter defines the expected behavior for an object responsible for displaying arbitrary input and processed data
to a given io.Writer.
GetPresenter returns a presenter for images or directories
Source Files
¶
Directories
¶
Package cyclonedx is responsible for generating a CycloneDX XML report for the given container image or file system.
Package cyclonedx is responsible for generating a CycloneDX XML report for the given container image or file system.
Click to show internal directories.
Click to hide internal directories.