mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ATS-850_Disable_WhiteSource_Veracode_scans (#325)
* Disable WhiteSource & Veracode scans * Disable Veracode scans
This commit is contained in:
parent
ef21365e00
commit
c3acdfa72f
14
.travis.yml
14
.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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user