mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Remove Python dependency vulnerability scan from CI workflow
This commit is contained in:
parent
1c842f6a84
commit
cb1557f523
1 changed files with 0 additions and 10 deletions
10
.github/workflows/e2e-testing.yml
vendored
10
.github/workflows/e2e-testing.yml
vendored
|
|
@ -229,16 +229,6 @@ jobs:
|
|||
repository: omriza5/wekan-selenium
|
||||
token: ${{ secrets.UI_TESTING_GITHUB_TOKEN }}
|
||||
|
||||
- name: Scan Python dependencies for vulnerabilities
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
scan-type: 'pip'
|
||||
requirements: 'requirements.txt'
|
||||
format: 'table'
|
||||
severity: 'HIGH,CRITICAL'
|
||||
ignore-unfixed: true
|
||||
exit-code: 0
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue