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