Skip to content

Files

Latest commit

ff3639a · Sep 11, 2024

History

History

manifest-analyzer

manifest-analyzer action

This action performs diff detection and static analysis of the manifest configured in Kustomize.

How to use

    steps:
      - uses: actions/checkout@v4
      - uses: actions/checkout@v4
        with:
          path: main
          ref: main

      - name: Lint manifests
        uses: globis-org/sre-actions/manifest-analyzer@6ba129bd5600ddc8365a235c9737fcbf125b758d # v1
        with:
          base-dir: main/overlays/dev
          head-dir: overlays/dev
          k8s-version: v1.26.0