add second dockerfile
This commit is contained in:
@@ -34,7 +34,7 @@ COPY src/requirements.txt .
|
||||
COPY src/sbom_dt_dd.py .
|
||||
COPY src/sbom_dt_dd_cli.py .
|
||||
COPY src/converter.py .
|
||||
COPY src/entrypoint.sh .
|
||||
COPY src/entrypoint-cli.sh .
|
||||
COPY dependencytrack-client/ ./dependencytrack-client
|
||||
COPY defectdojo-client/ ./defectdojo-client
|
||||
|
||||
@@ -45,7 +45,7 @@ RUN \
|
||||
pip install -r dependencytrack-client/requirements.txt &&\
|
||||
pip install -r defectdojo-client/requirements.txt
|
||||
|
||||
ENTRYPOINT [ "./entrypoint.sh" ]
|
||||
ENTRYPOINT [ "./entrypoint-cli.sh" ]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user