Azure / k8s-lint

GitHub Action to validate Kubernetes manifest files
MIT License
32 stars 13 forks source link

Feature Request: lint directory #47

Open guyzsarun opened 1 year ago

guyzsarun commented 1 year ago

Feature request

Hi, Since usually we have multiple Kubernetes manifest for a project ( Deployment, Service, Configmap ... ) . It would be great if we could also specify a directory of the manifests when linting

Example action.yaml file

     - uses: azure/k8s-lint@v1
        with:
          manifests: |
              kubernetes/*
/home/runner/work/_temp/56c63f42-beac-4e20-8df8-3eee92e0b1d7/kubeval kubernetes/*
ERR  - Could not open file kubernetes/*
github-actions[bot] commented 1 year ago

This issue is idle because it has been open for 14 days with no activity.

Krikooo commented 3 months ago

up on this one ?