Klasse Trivy.Descriptor

Alle implementierten Schnittstellen:
Saveable, OnMaster
Umschließende Klasse:
Trivy

@Symbol("trivy") @Extension public static class Trivy.Descriptor extends AnalysisModelParser.AnalysisModelParserDescriptor
Descriptor for this static analysis tool.
  • Konstruktordetails

    • Descriptor

      public Descriptor()
      Creates the descriptor instance.
  • Methodendetails

    • canScanConsoleLog

      public boolean canScanConsoleLog()
      Beschreibung aus Klasse kopiert: ReportScanningTool.ReportScanningToolDescriptor
      Returns whether this parser can scan the console log. Typically, only line-based parsers can scan the console log. XML parsers should always parse a given file only.
      Setzt außer Kraft:
      canScanConsoleLog in Klasse ReportScanningTool.ReportScanningToolDescriptor
      Gibt zurück:
      the parser to use
    • isPostProcessingEnabled

      public boolean isPostProcessingEnabled()
      Beschreibung aus Klasse kopiert: Tool.ToolDescriptor
      Returns whether post-processing on the agent is enabled for this tool. If enabled, for all issues absolute paths, fingerprints, packages and modules will be detected. Additionally, all affected files will be saved in the build so that these files can be shown in the UI later on.,
      Setzt außer Kraft:
      isPostProcessingEnabled in Klasse Tool.ToolDescriptor
      Gibt zurück:
      true if post-processing is enabled, false otherwise