Skip to content

Commit c1ca474

Browse files
tflint/0.58.0-r1: cve remediation (#57877)
tflint/0.58.0-r1: fix GHSA-fv92-fjc5-jj9h Advisory data: https://github.com/wolfi-dev/advisories/blob/main/tflint.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent d78d46b commit c1ca474

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tflint.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: tflint
33
version: "0.58.0"
4-
epoch: 1
4+
epoch: 2
55
description: A Pluggable Terraform Linter
66
copyright:
77
- license: MPL-2.0
@@ -22,6 +22,11 @@ pipeline:
2222
repository: https://github.com/terraform-linters/tflint
2323
tag: v${{package.version}}
2424

25+
- uses: go/bump
26+
with:
27+
deps: |-
28+
github.com/go-viper/mapstructure/[email protected]
29+
2530
- runs: |
2631
make build
2732
mkdir -p ${{targets.destdir}}/usr/bin

0 commit comments

Comments
 (0)