There was an error while loading. Please reload this page.
1 parent afb7854 commit f5dd1e9Copy full SHA for f5dd1e9
1 file changed
.github/workflows/cve-scanning.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Run OWASP Dependency-Check on Maven subprojects
38
if: ${{ env.OSS_INDEX_USERNAME != '' && env.OSS_INDEX_API_KEY != '' }}
39
uses: dependency-check/Dependency-Check_Action@1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
40
+ env:
41
+ JAVA_HOME: "" # Clears the host JAVA_HOME so the container uses its own
42
id: Depcheck
43
with:
44
project: "vuu"
0 commit comments