Skip to content

Commit bb00357

Browse files
committed
jar scanning
1 parent 9aac327 commit bb00357

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

analyze.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ case $OUTPUT_TYPE in
6969
esac
7070

7171
if [ "$DEPENDENCIES_PATH" != "" ]; then
72-
find "$DEPENDENCIES_PATH" -name "*.jar" -type f > /tmp/jardependencies.txt
72+
echo "Scanning jars: find ${DEPENDENCIES_PATH} -name "*.jar" -type f > /tmp/jardependencies.txt"
73+
find ${DEPENDENCIES_PATH} -name "*.jar" -type f > /tmp/jardependencies.txt
7374
CMD="$CMD -auxclasspathFromFile /tmp/jardependencies.txt"
7475
fi
7576

0 commit comments

Comments
 (0)