All Known Subinterfaces:
IStaticCodeAnalyst
All Known Implementing Classes:
SnykCLIStaticCodeAnalyst

public interface ICodeAnalyst
Parent interface for CodeAnalysts. Use this to enable new CodeAnalysts later on.
  • Method Summary

    Modifier and Type
    Method
    Description
    Request a analysis result of a repository or docker image from the analysis provider.
  • Method Details

    • analyze

      ICodeAnalysisResult analyze(String path)
      Request a analysis result of a repository or docker image from the analysis provider.
      Parameters:
      path - String that indicates the path to the repository or docker image to analyze.
      Returns:
      A result object that holds all important analysis information.