From bc95174f1d13dc909d74c17c15a47a13900f24b0 Mon Sep 17 00:00:00 2001 From: "jit-ci[bot]" <91912817+jit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:36:29 +0000 Subject: [PATCH] Scan Container Images Commit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..066c8b8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM scratch + +USER non-root +RUN echo "hello world"