We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27edfbe commit 1cefab1Copy full SHA for 1cefab1
.github/workflows/analyze-istio.yaml
.github/workflows/analyze.yaml
@@ -26,13 +26,8 @@ jobs:
26
uses: istio/get-istioctl@e9b2b82bc1cecf150ec6aee77ceee8c256f4faf4
27
with:
28
version: ${{ env.ISTIO_VERSION }}
29
- - name: Download Istio CTL
30
- run: |
31
- curl -o istioctl.tar.gz -fsLO ${{ steps.get-istioctl.outputs.istioctl-url }}
32
- tar -xzf istioctl.tar.gz
33
- ./istioctl version --remote=false
34
- name: Analyze manifests
35
run: |
36
- ./istioctl analyze -A --use-kube=false \
+ istioctl analyze -A --use-kube=false \
37
--failure-threshold ERROR \
38
$(find . -not -path "*/.git*/*" -not -path "*/clusters/*" -name "*.yaml" -type f)
0 commit comments