INTERFACE
ArtifactAssessment
An analysis done on an artifact is an assessment. An assessment is an operational data that captures user/project visibility information. Domain specific implementation may add to this as appropriate.
link GraphQL Schema definition
- interface ArtifactAssessment {
- # Domain-specific artifact assessment instance identifier
- String! :
- # artifactMetadataVersion with which this assessment is associated
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # artifactMetadataId: Optionally filter by artifactMetadataId
- # artifactMetadataName: Optionally filter by artifactMetadata
- # name, will support wildcard *
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to filter Vulnerabilities
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String!], : [
- String!], : [
- String, :
- QueryFilter, :
- Int :
- ): ArtifactMetadataVersionConnection!
- # Recommendations for this assessment
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- Int :
- ): ArtifactAssessmentRecommendationConnection!
- # CSP user who created Assessment
- User! :
- # Timestamp at which Assessment is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # csp project entity to which this assessment will be visible
- Entity :
- # Global opaque identifier to meet Node contract
- ID! :
- # Name of the assessment.
- String :
- }
link Require by
- ArtifactAssessmentConnectionnull
- ArtifactAssessmentEdgenull
- ArtifactAssessmentRecommendationAn assessment may lead to one or more recommendations contributing to other tanzu hub products upsell.
- SpringArtifactAssessmentAssessment is systematically evaluating and appraising a Spring or non-spring Artifacts/GIT Repository. This comprehensive analysis aims to derive valuable insights, findings, and recommendations, ultimately resulting in a detailed report that focuses on specific aspects of the Tanzu Hub product.