We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db9c5a commit bd7e7aeCopy full SHA for bd7e7ae
1 file changed
pre_commit_hooks/shellcheck_run_steps.py
@@ -13,7 +13,8 @@
13
14
yaml = ruamel.yaml.YAML(typ="safe")
15
16
-# Reference by SHA for safety
+# 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
20
0 commit comments