Skip to content

Commit

Permalink
Log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 4, 2024
1 parent e2fb213 commit 9833b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/security-report/security_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm install snyk-to-html --location=global

sudo apt-get update -qq
sudo apt-get install -y zip
echo python --version
sudo apt-get install -y docker-scan-plugin

echo "Scanning security severity ${katalonImage} with Trivy..."
Expand Down
1 change: 1 addition & 0 deletions src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ katalon_unzipped_directory="Katalon_Studio_Engine_Linux_64-$katalon_version"
if [ "$TARGETPLATFORM" -eq "linux/arm64" ]; then
katalon_package="Katalon_Studio_Engine_Linux_arm64-$katalon_version.tar.gz"
katalon_unzipped_directory="Katalon_Studio_Engine_Linux_arm64-$katalon_version"
echo "HUYEN DEBUG: $katalon_package"
fi
# general link
wget -O $katalon_package https://download.katalon.com/$KATALON_STUDIO_VERSION/$katalon_package
Expand Down

0 comments on commit 9833b2d

Please sign in to comment.