diff --git a/.travis.yml b/.travis.yml index 6635ddfa..d3992d98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,13 +68,13 @@ jobs: before_script: travis_wait bash _ci/cache_artifacts.sh install: _ci/build.sh full-build script: bash _ci/test.sh aio-test - - name: "WhiteSource" - if: branch NOT IN (company_release) - script: bash _ci/whitesource.sh - - name: "Source Clear Scan (SCA)" - if: branch NOT IN (company_release) - install: skip - script: travis_wait 30 bash _ci/sourceclear.sh + # - name: "WhiteSource" + # if: branch NOT IN (company_release) + # script: bash _ci/whitesource.sh + # - name: "Source Clear Scan (SCA)" + # if: branch NOT IN (company_release) + # install: skip + # script: travis_wait 30 bash _ci/sourceclear.sh # - name: "Static Analysis (SAST)" # TODO ATS-721: comment out until it is possible to run concurrent SAST scans # if: branch NOT IN (company_release) AND type != pull_request diff --git a/_ci/prepare_release_deploy.sh b/_ci/prepare_release_deploy.sh index af2582a8..7ea6308b 100644 --- a/_ci/prepare_release_deploy.sh +++ b/_ci/prepare_release_deploy.sh @@ -11,10 +11,10 @@ export VERSION=$(git describe --abbrev=0 --tags) mkdir -p deploy_dir # Download the WhiteSource report -mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ - -N \ - "-Dorg.whitesource.product=Transform Service" \ - -DsaveReportAs=deploy_dir/3rd-party.xlsx +# mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ +# -N \ +# "-Dorg.whitesource.product=Transform Service" \ +# -DsaveReportAs=deploy_dir/3rd-party.xlsx echo "Local deploy directory content:" ls -lA deploy_dir diff --git a/_ci/prepare_staging_deploy.sh b/_ci/prepare_staging_deploy.sh index 74545fc4..82237779 100644 --- a/_ci/prepare_staging_deploy.sh +++ b/_ci/prepare_staging_deploy.sh @@ -11,10 +11,10 @@ export VERSION=$(git describe --abbrev=0 --tags) mkdir -p deploy_dir # Download the WhiteSource report -mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ - -N \ - "-Dorg.whitesource.product=Transform Service" \ - -DsaveReportAs=deploy_dir/3rd-party.xlsx +# mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ +# -N \ +# "-Dorg.whitesource.product=Transform Service" \ +# -DsaveReportAs=deploy_dir/3rd-party.xlsx echo "Local deploy directory content:" ls -lA deploy_dir