Skip to content

validate local: implement the required-annotations check by parsing manifest.json #108

Description

@friedrichwilken

Missing feature

validate local is documented as checking "required annotations in manifest.json, SBOM presence and MOF classification", but the annotations check is a placeholder: checkAnnotations (internal/workflow/check.go:100-136) only verifies the directory exists and prints ✓ Required annotations check (simulated). The list of required keys is declared and discarded (_ = []string{...}), and it even uses key names that do not exist elsewhere (org.cncf.ai.artifact.runtime, org.cncf.ai.artifact.accelerator).

Proposal

Related: #99, #100.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions