mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-26 17:24:47 +00:00
ACS-2382 Remove outdated references to Whitesource.
This commit is contained in:
parent
8e4c51b303
commit
adcca8ceb6
@ -77,13 +77,6 @@ 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: travis_wait 30 bash _ci/test.sh aio-test
|
script: travis_wait 30 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: "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
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"generalSettings": {
|
|
||||||
"shouldScanRepo": true
|
|
||||||
},
|
|
||||||
"checkRunSettings": {
|
|
||||||
"vulnerableCheckRunConclusionLevel": "failure"
|
|
||||||
}
|
|
||||||
}
|
|
@ -28,10 +28,6 @@
|
|||||||
<url>https://artifacts.alfresco.com/nexus/content/groups/internal</url>
|
<url>https://artifacts.alfresco.com/nexus/content/groups/internal</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
<properties>
|
|
||||||
<!-- WhiteSource token -->
|
|
||||||
<org.whitesource.orgToken>${env.WHITESOURCE_TOKEN}</org.whitesource.orgToken>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
echo "=========================== Starting WhiteSource Script ==========================="
|
|
||||||
PS4="\[\e[35m\]+ \[\e[m\]"
|
|
||||||
set -vex
|
|
||||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
|
||||||
|
|
||||||
|
|
||||||
mvn -B clean install \
|
|
||||||
-DskipTests org.whitesource:whitesource-maven-plugin:update \
|
|
||||||
-Dorg.whitesource.failOnError=true \
|
|
||||||
-Dorg.whitesource.forceUpdate=true \
|
|
||||||
-Dorg.whitesource.checkPolicies=true \
|
|
||||||
-Dorg.whitesource.forceCheckAllDependencies=true \
|
|
||||||
-Dorg.whitesource.ignorePomModules=false \
|
|
||||||
"-Dorg.whitesource.product=Transform Service" \
|
|
||||||
-Dmaven.wagon.http.pool=false
|
|
||||||
|
|
||||||
popd
|
|
||||||
set +vex
|
|
||||||
echo "=========================== Finishing WhiteSource Script =========================="
|
|
||||||
|
|
@ -4,7 +4,7 @@ The `.travis.yml` config file can be found in the root of the repository.
|
|||||||
|
|
||||||
|
|
||||||
## Stages and Jobs
|
## Stages and Jobs
|
||||||
1. **Build**: Java build with unit tests, integration tests and WhiteSource scan.
|
1. **Build**: Java build with unit and integration tests.
|
||||||
2. **Release**: Release with artifact deployment to Nexus and AWS Staging bucket.
|
2. **Release**: Release with artifact deployment to Nexus and AWS Staging bucket.
|
||||||
3. **Company Release**: Artifact deployment to AWS Release bucket.
|
3. **Company Release**: Artifact deployment to AWS Release bucket.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user