#!/usr/bin/env bash set -x set -e echo "*** PL007 image ok ***" mkdir -p test_images/pl007/ok echo "some data" > test_images/pl007/ok/test cat > test_images/pl007/ok/Dockerfile < test_images/pl007/vulnerable/test cat > test_images/pl007/vulnerable/Dockerfile < test_images/pl001/vulnerable/test cat > test_images/pl001/vulnerable/Dockerfile <