Skip to content

Commit e63b02f

Browse files
committed
remove forced failure for trivy results
1 parent f3f2e15 commit e63b02f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ jobs:
100100
with:
101101
delete: true
102102

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-
109103
- name: Terraform TfLint
110104
run: |
111105
tflint --init

0 commit comments

Comments
 (0)