mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-07-28 02:52:37 +00:00
adjust dependency check plugin
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Run org.owasp:dependency-check plugin
|
||||
id: dependency-check
|
||||
continue-on-error: true
|
||||
run: mvn -B verify -Pdependency-check -DskipTests
|
||||
run: mvn -B validate -Pdependency-check
|
||||
env:
|
||||
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
|
||||
- name: Upload report on failure
|
||||
|
||||
Reference in New Issue
Block a user