Skip to content

Commit

Permalink
Issue-37: Removed autoscan as it's defaulted to true
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlafond committed Apr 28, 2023
1 parent b9c5a8e commit b706d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi

if [ "$includenewmodules" ] #
then
echo " -autoscan \"true\" -includenewmodules \"$includenewmodules\"" >> runJava.sh
echo " -includenewmodules \"$includenewmodules\"" >> runJava.sh
fi

curl -sS -o VeracodeJavaAPI.jar "https://repo1.maven.org/maven2/com/veracode/vosp/api/wrappers/vosp-api-wrappers-java/$javawrapperversion/vosp-api-wrappers-java-$javawrapperversion.jar"
Expand Down

0 comments on commit b706d8a

Please sign in to comment.