Skip to content

Releases: Keyfactor/github-meta

Release v0.1.0

14 Apr 22:34

Choose a tag to compare

GitHub Actions for Integration Manifest Validation

This release provides the validate-manifest action for validating Keyfactor integration manifests.

Usage

- name: Validate Integration Manifest
  uses: keyfactor/github-meta/validate-manifest@v0.1.0
  with:
    manifest-file: integration-manifest.json  # optional, defaults to integration-manifest.json

Features

  • ✅ Validates JSON manifests against the Keyfactor integration manifest schema
  • ✅ Detailed error messages with field paths when validation fails
  • ✅ Configurable manifest file path
  • ✅ Fast composite action using AJV CLI

What's included in this release

  • validate-manifest action for schema validation
  • Integration manifest schema validation using AJV
  • Detailed validation error reporting