Class Trivy
- All Implemented Interfaces:
Describable<Tool>,Serializable
Aquasec Trivy is a container vulnerability scanner.
Usage:
trivy image -f json -o results.json golang:1.12-alpine
- Author:
- Thomas Fürer - tfuerer.javanet@gmail.com
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescriptor for this static analysis tool.Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParser
AnalysisModelParser.AnalysisModelParserDescriptorNested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool
ReportScanningTool.ReportScanningToolDescriptorNested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.Tool
Tool.ToolDescriptor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParser
configureOptions, createParser, getDescriptorMethods inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool
getActualPattern, getLinesLookAhead, getPattern, getReportEncoding, getSkipSymbolicLinks, scan, setLinesLookAhead, setPattern, setReportEncoding, setSkipSymbolicLinksMethods inherited from class io.jenkins.plugins.analysis.core.model.Tool
getActualId, getActualName, getIcon, getId, getLabelProvider, getName, getSymbolName, readResolve, setIcon, setId, setJenkinsFacade, setName
-
Constructor Details
-
Trivy
@DataBoundConstructor public Trivy()Creates a new instance ofTrivy.
-