Skip to content

Commit 0469f46

Browse files
SCANJLIB-279 Remove Mend and update release and releasability actions (#259)
1 parent af9acd8 commit 0469f46

File tree

4 files changed

+2
-45
lines changed

4 files changed

+2
-45
lines changed

.cirrus.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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-
8258
qa_task:
8359
depends_on:
8460
- build

.github/workflows/releasability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

wss-unified-agent.config

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)