Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit f847b01

Browse files
committed
EN-566: Remove entrypoint from Dockerfile (fix)
1 parent b41f0ec commit f847b01

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Dockerfile

-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ RUN apk add --update --no-cache git util-linux python3 && \
88
python -m ensurepip && \
99
pip install --no-cache-dir --upgrade pip setuptools && \
1010
pip install --no-cache-dir -U checkov
11-
12-
# COPY ./bin/run.py /etc/quantum-sec/run.py
13-
14-
# RUN chmod +x /etc/quantum-sec/run.py
15-
16-
# ENTRYPOINT /etc/quantum-sec/run.py

azure-pipelines.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ trigger:
33
branches:
44
include:
55
- master
6-
- dev
76
- feature/*
87
- fix/*
98

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ services:
44
pipeline-checkov:
55
build:
66
context: ./
7+
command: npx @quantum-sec/ci-analysis-collector checkov --path /workspace/
78
volumes:
89
- ".submodules/terragoat:/workspace/"

0 commit comments

Comments
 (0)