Skip to content

Commit 1c008eb

Browse files
authored
Fix JAVA_HOME issue on Dependency-Check_Action (#2322)
1 parent f5dd1e9 commit 1c008eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cve-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ env.OSS_INDEX_USERNAME != '' && env.OSS_INDEX_API_KEY != '' }}
3939
uses: dependency-check/Dependency-Check_Action@1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
4040
env:
41-
JAVA_HOME: "" # Clears the host JAVA_HOME so the container uses its own
41+
JAVA_HOME: "/opt/jdk"
4242
id: Depcheck
4343
with:
4444
project: "vuu"

0 commit comments

Comments
 (0)