Skip to content

Commit c7591f3

Browse files
SONARPY-3403 Remove mend scan (#257)
1 parent 1aa9545 commit c7591f3

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

.cirrus.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -120,24 +120,6 @@ macos_worker_template: &MACOS_WORKER_DEFINITION
120120
labels:
121121
envname: prod
122122

123-
mend_scan_task:
124-
depends_on:
125-
- build
126-
# run only on master and long-living branches
127-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
128-
<<: *LINUX_CONTAINER_DEFINITION
129-
env:
130-
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
131-
<<: *POETRY_INSTALL
132-
<<: *POETRY_SET_VERSION
133-
mend_script:
134-
- source cirrus-env QA
135-
- source ws_scan.sh
136-
allow_failures: "true"
137-
always:
138-
ws_scan_artifacts:
139-
path: "whitesource/**/*"
140-
141123
formatting_task:
142124
alias: formatting
143125
name: "Formatting"

wss-unified-agent.config

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

0 commit comments

Comments
 (0)