Skip to content

Commit d1a33ea

Browse files
authored
fix: set trivy version to v0.61.1 (#32)
- set trivy version to v0.61.1 that works now until problem is fixed in 0.62.0
1 parent 400920d commit d1a33ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform-module-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ on:
8585
type: string
8686
trivy_version:
8787
description: 'Trivy version to use'
88-
default: 'latest'
88+
default: 'v0.61.1' # fixme: hardcoding version until problems in 0.62.0 are solved.
8989
required: false
9090
type: string
9191
commit_user:

0 commit comments

Comments
 (0)