Skip to content

Commit bea0f02

Browse files
committed
chore: pin melange version to 0.31.6
we had this commit chainguard-dev/melange@0cbbd8b which made var-transforms resolution a bit stricter. this commit pins melange version to 0.31.6 while we fix incorrect var-transforms Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
1 parent b8e0577 commit bea0f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit_hooks/shellcheck_run_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Please provide the output of `grype koalaman/shellcheck@sha256:<newhash>`
1717
# in your PR when bumping. Referenced by SHA for safety.
1818
DefaultShellCheckImage = "koalaman/shellcheck@sha256:652a5a714dc2f5f97e36f565d4f7d2322fea376734f3ec1b04ed54ce2a0b124f"
19-
MelangeImage = "cgr.dev/chainguard/melange:latest"
19+
MelangeImage = "cgr.dev/chainguard/melange:0.31.6"
2020

2121

2222
# Returns False if shellcheck reports issues

0 commit comments

Comments
 (0)