Interface ICodeAnalyst
- 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 TypeMethodDescriptionRequest a analysis result of a repository or docker image from the analysis provider.
-
Method Details
-
analyze
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.
-