We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddccac commit 31b7994Copy full SHA for 31b7994
.github/workflows/build.yml
@@ -24,13 +24,6 @@ jobs:
24
run: "~/tfbin/terraform init -upgrade -input=false"
25
- name: Check format
26
run: "~/tfbin/terraform fmt -write=false -diff=true -check"
27
- - name: Run Trivy
28
- uses: aquasecurity/trivy-action@master
29
- with:
30
- scan-type: 'config'
31
- hide-progress: false
32
- exit-code: '1'
33
- version: latest
34
- name: Check plan
35
run: "~/tfbin/terraform plan -detailed-exitcode -input=false"
36
env:
0 commit comments