ATS-850_Disable_WhiteSource_Veracode_scans (#325)

* Disable WhiteSource & Veracode scans
* Disable Veracode scans

(cherry picked from commit c3acdfa72f)
This commit is contained in:
Nebil Kisa
2021-01-26 17:44:38 +00:00
committed by Jan Vonka
parent c88cb021bc
commit 8107134d63
3 changed files with 15 additions and 15 deletions

View File

@@ -68,13 +68,13 @@ jobs:
before_script: travis_wait bash _ci/cache_artifacts.sh before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh full-build install: _ci/build.sh full-build
script: bash _ci/test.sh aio-test script: bash _ci/test.sh aio-test
- name: "WhiteSource" # - name: "WhiteSource"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
script: bash _ci/whitesource.sh # script: bash _ci/whitesource.sh
- name: "Source Clear Scan (SCA)" # - name: "Source Clear Scan (SCA)"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
install: skip # install: skip
script: travis_wait 30 bash _ci/sourceclear.sh # script: travis_wait 30 bash _ci/sourceclear.sh
# - name: "Static Analysis (SAST)" # - name: "Static Analysis (SAST)"
# TODO ATS-721: comment out until it is possible to run concurrent SAST scans # TODO ATS-721: comment out until it is possible to run concurrent SAST scans
# if: branch NOT IN (company_release) AND type != pull_request # if: branch NOT IN (company_release) AND type != pull_request

View File

@@ -11,10 +11,10 @@ export VERSION=$(git describe --abbrev=0 --tags)
mkdir -p deploy_dir mkdir -p deploy_dir
# Download the WhiteSource report # Download the WhiteSource report
mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ # mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \
-N \ # -N \
"-Dorg.whitesource.product=Transform Service" \ # "-Dorg.whitesource.product=Transform Service" \
-DsaveReportAs=deploy_dir/3rd-party.xlsx # -DsaveReportAs=deploy_dir/3rd-party.xlsx
echo "Local deploy directory content:" echo "Local deploy directory content:"
ls -lA deploy_dir ls -lA deploy_dir

View File

@@ -11,10 +11,10 @@ export VERSION=$(git describe --abbrev=0 --tags)
mkdir -p deploy_dir mkdir -p deploy_dir
# Download the WhiteSource report # Download the WhiteSource report
mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \ # mvn -B org.alfresco:whitesource-downloader-plugin:inventoryReport \
-N \ # -N \
"-Dorg.whitesource.product=Transform Service" \ # "-Dorg.whitesource.product=Transform Service" \
-DsaveReportAs=deploy_dir/3rd-party.xlsx # -DsaveReportAs=deploy_dir/3rd-party.xlsx
echo "Local deploy directory content:" echo "Local deploy directory content:"
ls -lA deploy_dir ls -lA deploy_dir