Skip to content

Commit 03607da

Browse files
committed
[BRE-831] Renaming azure login/get/logout step names
1 parent baff123 commit 03607da

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ jobs:
4949
exit 1
5050
fi
5151

52-
- name: Azure Login
52+
- name: Log in to Azure
5353
id: azure-login
5454
uses: bitwarden/gh-actions/azure-login@main
5555
with:
5656
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5757
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
5858
client_id: ${{ secrets.AZURE_CLIENT_ID }}
5959

60-
- name: Get KV secrets
60+
- name: Get Azure Key Vault Secrets
6161
id: get-kv-secrets
6262
uses: bitwarden/gh-actions/get-keyvault-secrets@main
6363
with:
6464
keyvault: gh-passwordless-java
6565
secrets: "GPG-KEY,GPG-PASSPHRASE,OSSRH-USERNAME,OSSRH-TOKEN"
6666

67-
- name: Azure Logout
67+
- name: Log out from Azure
6868
uses: bitwarden/gh-actions/azure-logout@main
6969

7070
- id: install-secret-key

.github/workflows/scan.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ jobs:
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343

44-
- name: Azure Login
44+
- name: Log in to Azure
4545
id: azure-login
4646
uses: bitwarden/gh-actions/azure-login@main
4747
with:
4848
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4949
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
5050
client_id: ${{ secrets.AZURE_CLIENT_ID }}
5151

52-
- name: Get KV secrets
52+
- name: Get Azure Key Vault Secrets
5353
id: get-kv-secrets
5454
uses: bitwarden/gh-actions/get-keyvault-secrets@main
5555
with:
5656
keyvault: gh-org-bitwarden
5757
secrets: "CHECKMARX-TENANT,CHECKMARX-CLIENT-ID,CHECKMARX-SECRET"
5858

59-
- name: Azure Logout
59+
- name: Log out from Azure
6060
uses: bitwarden/gh-actions/azure-logout@main
6161

6262
- name: Scan with Checkmarx
@@ -103,22 +103,22 @@ jobs:
103103
java-version: 17
104104
distribution: "temurin"
105105

106-
- name: Azure Login
106+
- name: Log in to Azure
107107
id: azure-login
108108
uses: bitwarden/gh-actions/azure-login@main
109109
with:
110110
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
111111
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
112112
client_id: ${{ secrets.AZURE_CLIENT_ID }}
113113

114-
- name: Get KV secrets
114+
- name: Get Azure Key Vault Secrets
115115
id: get-kv-secrets
116116
uses: bitwarden/gh-actions/get-keyvault-secrets@main
117117
with:
118118
keyvault: gh-org-bitwarden
119119
secrets: "SONAR-TOKEN"
120120

121-
- name: Azure Logout
121+
- name: Log out from Azure
122122
uses: bitwarden/gh-actions/azure-logout@main
123123

124124
- name: Scan with SonarCloud

0 commit comments

Comments
 (0)