generated from nhcarrigan/template
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
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:
@@ -31,6 +31,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp python/requirements.txt .
|
cp python/requirements.txt .
|
||||||
cp python/pyproject.toml .
|
cp python/pyproject.toml .
|
||||||
|
# Create empty package.json to prevent ENOENT error
|
||||||
|
echo '{}' > package.json
|
||||||
- uses: naomi-lgbt/dependency-pin-check@main
|
- uses: naomi-lgbt/dependency-pin-check@main
|
||||||
with:
|
with:
|
||||||
language: python
|
language: python
|
||||||
|
|||||||
Reference in New Issue
Block a user