add server
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-14 22:06:16 +02:00
parent 921a784fc0
commit 91dd245318
5 changed files with 7 additions and 268 deletions

View File

@@ -31,7 +31,8 @@ USER user
WORKDIR $APP_DIR
COPY src/requirements.txt .
COPY src/sbom-dt-dd.py .
COPY src/sbom_dt_dd.py .
COPY src/sbom_dt_dd_cli.py .
COPY src/converter.py .
COPY src/entrypoint.sh .
COPY dependencytrack-client/ ./dependencytrack-client