Skip to content

Commit

Permalink
Change back the unified agent version (#2106)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored May 11, 2022
1 parent f318149 commit def4771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vulnerability-scan/wss-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ java -version; gradle -v; mvn -v; node -v; npm -v; yarn -v
if [ ! -f "wss-unified-agent.jar" ]
then
# Download the WhiteSource Agent
curl https://unified-agent.s3.amazonaws.com/wss-unified-agent-22.3.3.jar --output wss-unified-agent.jar
curl https://unified-agent.s3.amazonaws.com/wss-unified-agent-21.11.2.1.jar --output wss-unified-agent.jar
fi

# scan the config file for the user configurations
Expand Down

0 comments on commit def4771

Please sign in to comment.