mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
Add vulnerability scanning for wekan-selenium repo using Trivy
This commit is contained in:
parent
361d4128f1
commit
d5d2d59271
1 changed files with 9 additions and 0 deletions
9
.github/workflows/e2e-testing.yml
vendored
9
.github/workflows/e2e-testing.yml
vendored
|
|
@ -229,6 +229,15 @@ jobs:
|
|||
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
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue