Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 534 Bytes

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