Remove wekan-selenium-security-scan job and associated vulnerability scans from CI workflow

This commit is contained in:
omri zaher 2025-09-25 18:07:49 +03:00
parent bba0db5903
commit 1c842f6a84

View file

@ -207,36 +207,6 @@ jobs:
run: |
pytest --maxfail=5 --disable-warnings -v
wekan-selenium-security-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
repository: omriza5/wekan-selenium
token: ${{ secrets.UI_TESTING_GITHUB_TOKEN }}
- name: Scan wekan-selenium repo for vulnerabilities
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
format: 'table'
severity: 'HIGH,CRITICAL'
ignore-unfixed: true
exit-code: 0
dir: '.'
- 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
Selenium-ui-tests:
needs: deploy
runs-on: ubuntu-latest