File tree Expand file tree Collapse file tree 4 files changed +2
-45
lines changed
Expand file tree Collapse file tree 4 files changed +2
-45
lines changed Original file line number Diff line number Diff line change @@ -55,30 +55,6 @@ build_task:
5555 format : junit
5656 type : text/xml
5757
58- mend_scan_task :
59- depends_on :
60- - build
61- eks_container :
62- << : *CONTAINER_DEFINITION
63- cpu : 2
64- memory : 2G
65- # run only on master and long-term branches
66- only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*")
67- env :
68- WS_APIKEY : VAULT[development/kv/data/mend data.apikey]
69- maven_cache :
70- folder : ${CIRRUS_WORKING_DIR}/.m2/repository
71- whitesource_script :
72- - source cirrus-env QA
73- - source set_maven_build_version $BUILD_NUMBER
74- - mvn clean install -DskipTests --batch-mode
75- - source ws_scan.sh
76- cleanup_before_cache_script : cleanup_maven_repository
77- allow_failures : " true"
78- always :
79- ws_artifacts :
80- path : " whitesource/**/*"
81-
8258qa_task :
8359 depends_on :
8460 - build
Original file line number Diff line number Diff line change 1818 && github.event.check_suite.conclusion == 'success'
1919 && github.event.check_suite.app.slug == 'cirrus-ci'
2020 steps :
21- - uses : SonarSource/gh-action_releasability/releasability-status@2.2.0
21+ - uses : SonarSource/gh-action_releasability/releasability-status@v3
2222 with :
2323 optional_checks : " Jira"
2424 env :
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : write
1212 id-token : write
13- uses : SonarSource/gh-action_release/.github/workflows/main.yaml@v5
13+ uses : SonarSource/gh-action_release/.github/workflows/main.yaml@v6
1414 with :
1515 publishToBinaries : true
1616 mavenCentralSync : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments