We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 896f77e + 53ea273 commit 3ba2c40Copy full SHA for 3ba2c40
pre_commit_hooks/shellcheck_run_steps.py
@@ -16,7 +16,8 @@
16
# Please provide the output of `grype koalaman/shellcheck@sha256:<newhash>`
17
# in your PR when bumping. Referenced by SHA for safety.
18
DefaultShellCheckImage = "koalaman/shellcheck@sha256:652a5a714dc2f5f97e36f565d4f7d2322fea376734f3ec1b04ed54ce2a0b124f"
19
-MelangeImage = "cgr.dev/chainguard/melange:0.31.6"
+# 0.31.6 pinning to resolve var-transforms linting error
20
+MelangeImage = "cgr.dev/chainguard/melange@sha256:f90bc7ef37f080cd9e0919d8ff96163a57551de515c6e8c7c228157176a0436b"
21
22
23
# Returns False if shellcheck reports issues
0 commit comments