Skip to content

v2.1.3 — Dynamic KinD Configuration Resolver & Safe Fallback

Latest

Choose a tag to compare

@barbaria888 barbaria888 released this 18 Jun 08:09

Supply Chain Guardian AI v2.1.3 🛡️🚀

Welcome to the v2.1.3 Release of the DevSecOps Supply Chain Guardian AI!

This release fixes a potential configuration error where consumers without a .kind/cluster-config.yaml file in their repository would experience a crash during the KinD cluster set up step.


🌟 New Features & Enhancements

1. Dynamic KinD Configuration Resolver

  • Added a pre-validation step that dynamically inspects the file path configured in inputs.kind-config (default: .kind/cluster-config.yaml).
  • If the file is not found on disk, the action prints a clean warning and falls back to booting a default, clean cluster configuration out-of-the-box instead of crashing the pipeline.

📦 How to Use v2.1.3

Update your workflow file to lock to v2.1.3 (or keep using the moving @v2 pointer which automatically maps to this release):

- name: Auto-Remediate Backend CVEs
  uses: barbaria888/SupplyChain-Guardian-AI-Github_Action@v2
  with:
    dockerfile: "./backend/Dockerfile"
    provider: "openai"
    model: "moonshotai/kimi-k2.6"
    policy-preset: "strict"
    api-key: ${{ secrets.NVIDIA_NIM_API_KEY }}
    healthz-port: "5000"
    healthz-path: "/api"