Skip to content

Commit e114b1d

Browse files
SLVS-2597 Decommission Mend (#6452)
[SLVS-2597](https://sonarsource.atlassian.net/browse/SLVS-2597) Part of <!-- Only for standalone PRs without Jira issue in the PR title: * Replace this comment with Epic ID to create a new Task in Jira * Replace this comment with Issue ID to create a new Sub-Task in Jira * Ignore or delete this note to create a new Task in Jira without a parent --> [SLVS-2597]: https://sonarsource.atlassian.net/browse/SLVS-2597?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent afb4047 commit e114b1d

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

.cirrus.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -250,27 +250,6 @@ dogfood_task:
250250
on_failure:
251251
slack_notification_script: *SLACK_NOTIFICATION_SCRIPT_DEFINITION
252252

253-
mend_scan_task:
254-
ec2_instance: *INSTANCE_DEFINITION
255-
only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*") && $CIRRUS_CRON != "secondary-platform"
256-
depends_on:
257-
- build
258-
env:
259-
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
260-
calculate_version_script: *CALCULATE_VERSION_SCRIPT_DEFINITION
261-
mend_scan_script: |
262-
source cirrus-env QA
263-
export WS_PRODUCTNAME="SonarLint/VisualStudio"
264-
export WS_PROJECTNAME="${CIRRUS_REPO_FULL_NAME} ${SHORT_VERSION}"
265-
export WS_PROJECTVERSION=${SHORT_VERSION}
266-
ws_scan.sh -c build/whitesource/wss-unified-agent.config
267-
allow_failures: true
268-
always:
269-
ws_artifacts:
270-
path: "whitesource/**/*"
271-
on_failure:
272-
slack_notification_script: *SLACK_NOTIFICATION_SCRIPT_DEFINITION
273-
274253
promote_task:
275254
ec2_instance: *INSTANCE_DEFINITION
276255
only_if: $CIRRUS_USER_COLLABORATOR == "true" && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*") && $CIRRUS_CRON != "secondary-platform"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
id-token: write
1515
contents: write
16-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
16+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
1717
with:
1818
publishToBinaries: false
1919
mavenCentralSync: false

build/whitesource/wss-unified-agent.config

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

0 commit comments

Comments
 (0)