addressing review comments

This commit is contained in:
KIRAN DARBHA
2020-08-18 19:03:54 +05:30
parent 461529dd98
commit 490055e74c
2 changed files with 1 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ if [ "$BUILD_ALL" = true ] ; then
fi
fi
echo 'Running gosec scan...' && echo -en 'travis_fold:start:gosec-scan\\r'
if [[ "$ARCH" = "amd64" || "$ARCH" = "s390x" ]] ; then
if [ "$ARCH" = "amd64" ] ; then
make gosec
else
echo "Gosec not available on ppc64le/s390x...skipping gosec scan"