summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2022-11-25 09:38:30 +0100
committersonartech <sonartech@sonarsource.com>2022-11-28 11:29:35 +0000
commit0a7ed973f44223e8af8af32462dc106a95a324c0 (patch)
treef4f380f1d0fb0acd83d100b7b6a05ccd77b2c425 /.cirrus.yml
parent0d576e2d6b4837497ccefe3634826adb3c909002 (diff)
downloadsonarqube-0a7ed973f44223e8af8af32462dc106a95a324c0.tar.gz
sonarqube-0a7ed973f44223e8af8af32462dc106a95a324c0.zip
fix(BUILD-2139): add missing path element for vault access
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4950faeaef0..dbffee15749 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -679,7 +679,7 @@ ws_scan_task:
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
WS_WSS_URL: VAULT[development/kv/data/mend data.url]
WS_USERKEY: VAULT[development/kv/data/mend data.userKey]
- SLACK_WEBHOOK_SQ: VAULT[development/kv/data/slack webhook]
+ SLACK_WEBHOOK_SQ: VAULT[development/kv/data/slack data.webhook]
whitesource_script:
- ./private/cirrus/cirrus-whitesource-scan.sh
allow_failures: "true"