entrypoint, 1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-15 13:25:03 +02:00
parent 91155620a7
commit 01bd907745
2 changed files with 19 additions and 1 deletions

11
src/entrypoint.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
# entrypoint.sh
source ./.venv/bin/activate
PYTHONPATH="$PYTHONPATH:./dependencytrack-client"
PYTHONPATH="$PYTHONPATH:./defectdojo-client"
export PYTHONPATH
exec python sbom-dt-dd.py "$@"