Dockerfile, 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-15 12:57:25 +02:00
parent bfd2978ca2
commit 8f7337b11c

View File

@ -7,8 +7,8 @@ RUN \
COPY src/requirements.txt $APP_DIR COPY src/requirements.txt $APP_DIR
COPY src/sbom-dt-dd.py $APP_DIR COPY src/sbom-dt-dd.py $APP_DIR
COPY dependencytrack-client/ $APP_DIR COPY dependencytrack-client $APP_DIR
COPY defectdojo-client/ $APP_DIR COPY defectdojo-client $APP_DIR