containerbuildsystem / atomic-reactor

Simple python library for building docker images.
BSD 3-Clause "New" or "Revised" License
135 stars 61 forks source link

fix: shellcheck report #2096

Closed MartinBasti closed 4 months ago

MartinBasti commented 4 months ago
In ./test.sh line 99:
  $RUN "${PIP_INST[@]}" bandit[baseline]
                              ^--------^ SC2102: Ranges can only
 match single chars (mentioned due to duplicates).

Maintainers will complete the following section