artifactInfoTypes

Types of artifacts that can be analyzed for security issues.

Examples

enum ArtifactInfoTypes {
  Container
  Lambda
  NPM
  Yarn
  Serverless
}

Enum values

Enum value
Description

Container

Container image artifact

Lambda

AWS Lambda function artifact

NPM

NPM package artifact

Yarn

Yarn package artifact

Serverless

Serverless application artifact

References

Fields with this object:

Last updated