fix: add package.json workaround for Python dependency check
CI / dependency-pin-check-typescript (pull_request) Successful in 5s
CI / dependency-pin-check-python (pull_request) Successful in 3s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 59s
CI / typescript (pull_request) Failing after 4m59s
CI / python (pull_request) Failing after 5m51s

This commit is contained in:
2026-01-23 19:17:47 -08:00
committed by Naomi Carrigan
parent f67026cfbb
commit 611ca895f8
+2
View File
@@ -31,6 +31,8 @@ jobs:
run: |
cp python/requirements.txt .
cp python/pyproject.toml .
# Create empty package.json to prevent ENOENT error
echo '{}' > package.json
- uses: naomi-lgbt/dependency-pin-check@main
with:
language: python