We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2e15 commit e63b02fCopy full SHA for e63b02f
.github/workflows/main.yaml
@@ -100,12 +100,6 @@ jobs:
100
with:
101
delete: true
102
103
- - name: Fail if Vulnerabilities Exist
104
- if: env.vulnerabilities == 'true'
105
- run: |
106
- echo "Vulnerabilities were found. Please fix it on the following commits."
107
- exit 1
108
-
109
- name: Terraform TfLint
110
run: |
111
tflint --init
0 commit comments