Skip to content

Commit

Permalink
fix (javaDBRepository instead of wrong JavaDBRepository)
Browse files Browse the repository at this point in the history
  • Loading branch information
wollomatic authored Nov 14, 2024
1 parent d3315d9 commit bc78f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipe/pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit bc78f3c

Please sign in to comment.