aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile
blob: d2502049456ff2e688fea6583f37ec323d7bee87 (plain) (blame)
1
2
3
4
5
6
FROM foo
RUN bar
#   ^ bash
RUN \
  baz
# ^ bash