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 f458a05 commit 4876cb3Copy full SHA for 4876cb3
.github/workflows/tests.yaml
@@ -87,19 +87,14 @@ jobs:
87
with:
88
project_id: machineidentitysecurity-jsci-e
89
90
- - name: Install gke-gcloud-auth-plugin
+ - name: Install dependencies
91
run: |
92
gcloud components install gke-gcloud-auth-plugin
93
-
94
- - name: Install Venafi venctl CLI
95
- run: |
96
curl -sSfL https://dl.venafi.cloud/venctl/latest/installer.sh | bash
97
echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
98
99
- - name: Install Smallstep CLI (step)
100
101
curl -LO https://github.com/smallstep/cli/releases/latest/download/step-cli_amd64.deb
102
sudo apt-get install ./step-cli_amd64.deb
+ helm plugin install https://github.com/databus23/helm-diff
103
104
- id: go-version
105
0 commit comments