Skip to content

Commit 1cefab1

Browse files
use new analyze file
1 parent 27edfbe commit 1cefab1

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

.github/workflows/analyze-istio.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/analyze.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ jobs:
2626
uses: istio/get-istioctl@e9b2b82bc1cecf150ec6aee77ceee8c256f4faf4
2727
with:
2828
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
3429
- name: Analyze manifests
3530
run: |
36-
./istioctl analyze -A --use-kube=false \
31+
istioctl analyze -A --use-kube=false \
3732
--failure-threshold ERROR \
3833
$(find . -not -path "*/.git*/*" -not -path "*/clusters/*" -name "*.yaml" -type f)

0 commit comments

Comments
 (0)