From 1c842f6a84e26a49410e1a95d435b4c5c71dd60a Mon Sep 17 00:00:00 2001 From: omri zaher Date: Thu, 25 Sep 2025 18:07:49 +0300 Subject: [PATCH] Remove wekan-selenium-security-scan job and associated vulnerability scans from CI workflow --- .github/workflows/e2e-testing.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 0afcce2dc..dae186b0f 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -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