Skip to content

Commit

Permalink
Skip Validate Kubernetes manifests 🐎
Browse files Browse the repository at this point in the history
  • Loading branch information
coverseed committed Jan 16, 2024
1 parent 0637e6f commit 5c7845c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
if: success() || failure()
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Validate Kubernetes manifests
uses: stefanprodan/kube-tools@v1
with:
kubectl: 1.28.3
kubeval: 0.16.1
command: |
kubeval --strict -d k8s
# - name: Validate Kubernetes manifests
# uses: stefanprodan/kube-tools@v1
# with:
# kubectl: 1.28.3
# kubeval: 0.16.1
# command: |
# kubeval --strict -d k8s
package:
name: Package and Publish
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 5c7845c

Please sign in to comment.