mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
Remove wekan-selenium-security-scan job and associated vulnerability scans from CI workflow
This commit is contained in:
parent
bba0db5903
commit
1c842f6a84
1 changed files with 0 additions and 30 deletions
30
.github/workflows/e2e-testing.yml
vendored
30
.github/workflows/e2e-testing.yml
vendored
|
|
@ -207,36 +207,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pytest --maxfail=5 --disable-warnings -v
|
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:
|
Selenium-ui-tests:
|
||||||
needs: deploy
|
needs: deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue