aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile')
-rw-r--r--tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile b/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile
new file mode 100644
index 000000000..d25020494
--- /dev/null
+++ b/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile
@@ -0,0 +1,6 @@
+FROM foo
+RUN bar
+# ^ bash
+RUN \
+ baz
+# ^ bash