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