File tree Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -85,29 +85,6 @@ sonar_shadow_scan_and_issue_replication_task:
8585 - ./shadow-scan-and-issue-replication.sh
8686 cleanup_before_cache_script : cleanup_maven_repository
8787
88- ws_scan_task :
89- << : *ONLY_SONARSOURCE_QA
90- eks_container :
91- << : *CONTAINER_DEFINITION
92- image : ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-latest
93- cpu : 4
94- memory : 4G
95- # run only on master and long-term branches
96- only_if : $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
97- env :
98- WS_APIKEY : VAULT[development/kv/data/mend data.apikey]
99- maven_cache :
100- folder : ${CIRRUS_WORKING_DIR}/.m2/repository
101- whitesource_script :
102- - source cirrus-env QA
103- - source set_maven_build_version $BUILD_NUMBER
104- - mvn clean install --batch-mode -Dmaven.test.skip=true -pl '!java-symbolic-execution/java-symbolic-execution-checks-test-sources'
105- - source ws_scan.sh
106- allow_failures : " true"
107- always :
108- ws_artifacts :
109- path : " whitesource/**/*"
110-
11188ruling_task :
11289 depends_on :
11390 - build
@@ -152,7 +129,6 @@ promote_task:
152129 depends_on :
153130 - build
154131 - sonar_shadow_scan_and_issue_replication
155- - ws_scan
156132 - ruling
157133 << : *ONLY_SONARSOURCE_QA
158134 eks_container :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments