Skip to content

Commit 31b7994

Browse files
committed
remove trivy
1 parent 0ddccac commit 31b7994

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

-7
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
run: "~/tfbin/terraform init -upgrade -input=false"
2525
- name: Check format
2626
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
3427
- name: Check plan
3528
run: "~/tfbin/terraform plan -detailed-exitcode -input=false"
3629
env:

0 commit comments

Comments
 (0)