From 764c75ed3d3685f270983b56583fa7d9d3e0a27c Mon Sep 17 00:00:00 2001 From: Thomas Serre Date: Fri, 26 Sep 2025 11:16:35 +0200 Subject: [PATCH] SONARPY-3403 Remove mend scan --- .cirrus.yml | 18 ------------------ wss-unified-agent.config | 29 ----------------------------- 2 files changed, 47 deletions(-) delete mode 100644 wss-unified-agent.config diff --git a/.cirrus.yml b/.cirrus.yml index 8446bffd..cca6191a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -120,24 +120,6 @@ macos_worker_template: &MACOS_WORKER_DEFINITION labels: envname: prod -mend_scan_task: - depends_on: - - build - # run only on master and long-living branches - only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*") - <<: *LINUX_CONTAINER_DEFINITION - env: - WS_APIKEY: VAULT[development/kv/data/mend data.apikey] - <<: *POETRY_INSTALL - <<: *POETRY_SET_VERSION - mend_script: - - source cirrus-env QA - - source ws_scan.sh - allow_failures: "true" - always: - ws_scan_artifacts: - path: "whitesource/**/*" - formatting_task: alias: formatting name: "Formatting" diff --git a/wss-unified-agent.config b/wss-unified-agent.config deleted file mode 100644 index 525ad631..00000000 --- a/wss-unified-agent.config +++ /dev/null @@ -1,29 +0,0 @@ -# Mend documentation: https://docs.mend.io/en-US/bundle/unified_agent/page/getting_started_with_the_unified_agent.html - -excludes=**/*sources.jar **/*javadoc.jar **/its/** **/tests/** -fileSystemScan=False -resolveAllDependencies=False - -wss.url=https://saas-eu.whitesourcesoftware.com/agent - -forceUpdate=true -checkPolicies=true -forceUpdate.failBuildOnPolicyViolation=true - -# Python dependencies https://docs.mend.io/bundle/wsk/page/configuring_the_unified_agent_for_python.html - -python.resolveDependencies=true - -python.ignoreSourceFiles=false - -python.installVirtualenv=true - -python.resolveHierarchyTree=true - -python.ignorePipInstallErrors=false - -python.resolvePipEditablePackages=true - -python.runPoetryPreStep=true - -python.includePoetryDevDependencies=true \ No newline at end of file