From bc78f3ca31331ab10454ebed3195360fa19ffe4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Ells=C3=A4sser?= <67168186+wollomatic@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:44:52 +0100 Subject: [PATCH] fix (javaDBRepository instead of wrong JavaDBRepository) --- pipe/pipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipe/pipe.sh b/pipe/pipe.sh index 51fe0d7..4956887 100644 --- a/pipe/pipe.sh +++ b/pipe/pipe.sh @@ -64,8 +64,8 @@ fi if [ $dbRepository ];then ARGS="$ARGS --db-repository $dbRepository" fi -if [ $JavaDBRepository ];then - ARGS="$ARGS --java-db-repository $JavaDBRepository" +if [ $javaDBRepository ];then + ARGS="$ARGS --java-db-repository $javaDBRepository" fi echo "Running trivy with options: ${ARGS}" "${artifactRef}"