We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70fee29 + 12d4789 commit 626b499Copy full SHA for 626b499
1 file changed
pre_commit_hooks/shellcheck_run_steps.py
@@ -86,7 +86,7 @@ def main(argv: Sequence[str] | None = None) -> int:
86
default=[
87
"docker",
88
"run",
89
- f"--volume={os.getcwd()}:/mnt",
+ f"--volume={os.getcwd()}:/mnt:Z",
90
"--rm",
91
DefaultShellCheckImage,
92
],
@@ -116,7 +116,7 @@ def main(argv: Sequence[str] | None = None) -> int:
116
[
117
118
119
- f"--volume={os.getcwd()}:/work",
+ f"--volume={os.getcwd()}:/work:Z",
120
121
MelangeImage,
122
"compile",
0 commit comments