Skip to content

Commit dcab0c2

Browse files
authored
fix: set default trivy version to v0.35.0
1 parent 9b22f62 commit dcab0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
type: string
4141
terraform_version:
4242
description: 'Terraform version used in github action'
43-
default: 'latest'
43+
default: 'v0.35.0'
4444
required: false
4545
type: string
4646
terraform_working_directory:

0 commit comments

Comments
 (0)