Skip to content

Latest commit

 

History

History

manifest-analyzer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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