diff options
author | Eric Lorenzana <eric.lorenzana@sonarsource.com> | 2022-11-25 10:52:59 +0100 |
---|---|---|
committer | Eric Lorenzana <eric.lorenzana@sonarsource.com> | 2022-11-25 12:37:35 +0100 |
commit | 06f4ecdd71feba007aa9d3de78fc95653f25c4e9 (patch) | |
tree | 65e08ebcea2c3a173e23ccf8bd0fa1e8fbdc5a2b /.cirrus.yml | |
parent | 7aa4fd36b11daf35fd9b7aff1748314ba392471f (diff) | |
download | sonar-scanner-cli-06f4ecdd71feba007aa9d3de78fc95653f25c4e9.tar.gz sonar-scanner-cli-06f4ecdd71feba007aa9d3de78fc95653f25c4e9.zip |
feat(BUILD-2144): Fetch secret from Vault
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5c55fde..48a7e68 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -57,7 +57,7 @@ build_task: <<: *EKS_CONTAINER env: SONAR_TOKEN: VAULT[development/kv/data/next data.token] - SONAR_HOST_URL: https://next.sonarqube.com/sonarqube + SONAR_HOST_URL: VAULT[development/kv/data/next data.url] SIGN_KEY: VAULT[development/kv/data/sign data.key] PGP_PASSPHRASE: VAULT[development/kv/data/sign data.passphrase] maven_cache: |