We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33da58b + ee25819 commit c06a965Copy full SHA for c06a965
Dockerfile
@@ -109,3 +109,5 @@ RUN ls -alh
109
110
USER worker
111
CMD ["make", "run"]
112
+
113
+# checkov:skip= CKV_DOCKER_2: production image isn't a service process (yet)
Makefile
@@ -108,8 +108,7 @@ compose/test: compose/build
108
docker-compose --profile testing run --rm algorithm-exercises-java-test make test
compose/run: compose/build
- docker-compose --profile production run --rm algorithm-exercises-java make run
-
+ docker-compose --profile testing run --rm algorithm-exercises-java make run
all: env dependencies lint test
114
115
run:
0 commit comments