Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic translation of checklists/azure_arc_checklist.en.json #22

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2268c64
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
67959c6
Merge branch 'main' of https://github.com/sdolgin/review-checklists
sdolgin Feb 27, 2023
73a5f93
Merge branch 'main' of https://github.com/sdolgin/review-checklists
sdolgin Feb 27, 2023
3171f97
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
a105398
new file: spreadsheet/review_checklist_empty.xlsx
sdolgin Feb 27, 2023
17a4c58
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
e17de23
Update translate.yml
sdolgin Feb 27, 2023
56acd98
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
e64951c
[create-pull-request] automated change
sdolgin Feb 27, 2023
e59e64b
Merge pull request #14 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
9e9bbba
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
5ea8095
[create-pull-request] automated change
sdolgin Feb 27, 2023
9233417
Merge pull request #15 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
0fc1c9a
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
6f24127
[create-pull-request] automated change
sdolgin Feb 27, 2023
24d9519
Merge pull request #16 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
050502e
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
0787d08
[create-pull-request] automated change
sdolgin Feb 27, 2023
e524903
Merge pull request #18 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
d22afdb
Merge pull request #17 from sdolgin/sdolgin-patch-2
sdolgin Feb 27, 2023
ad088b4
[create-pull-request] automated change
sdolgin Feb 27, 2023
ff18d6d
Merge pull request #19 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
b17039d
[create-pull-request] automated change
sdolgin Feb 27, 2023
ffad24b
Merge pull request #20 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
b6342ea
Update translate.yml
sdolgin Feb 27, 2023
cf70f60
Update asb_security_checklist.en.json
sdolgin Feb 27, 2023
188d2f4
[create-pull-request] automated change
sdolgin Feb 27, 2023
ca769fd
Merge pull request #21 from sdolgin/create-pull-request/patch
sdolgin Feb 27, 2023
d152c55
initial version from Jimmy
sdolgin Apr 4, 2023
4e49cff
add metadata & categories
sdolgin Apr 4, 2023
3e65701
[create-pull-request] automated change
sdolgin Apr 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Translation

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_FOR_PR }}

on:
# pull_request:
Expand Down Expand Up @@ -112,3 +112,5 @@ jobs:
# body: '${{ steps.translator.outputs.summary-details }}'
title: 'Automatic translation of ${{ steps.files.outputs.all }}'
body: 'Processed changed files ${{ steps.files.outputs.all }}'
token: ${{ secrets.PAT_FOR_PR }}

4 changes: 2 additions & 2 deletions checklists/asb_security_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"category": "Security",
"subcategory": "Data Protection",
"text": "Use customer-managed key option in data at rest encryption when required",
"text": "Use customer-managed key option in data at rest encryption when required ",
"description": "Azure Service Bus Premium provides encryption of data at rest. If you use your own key, the data is still encrypted using the Microsoft-managed key, but in addition the Microsoft-managed key will be encrypted using the customer-managed key. ",
"guid": "87af4a79-1f89-439b-ba47-768e14c11567",
"severity": "Low",
Expand All @@ -23,7 +23,7 @@
{
"category": "Security",
"subcategory": "Identity and Access Management",
"text": "Avoid using root account when it is not necessary",
"text": "Avoid using root account when it isn't necessary",
"description": "When you create a Service Bus namespace, a SAS rule named RootManageSharedAccessKey is automatically created for the namespace. This policy has Manage permissions for the entire namespace. It's recommended that you treat this rule like an administrative root account and don't use it in your application. Using AAD as an authentication provider with RBAC is recommended. ",
"guid": "8bcbf59b-ce65-4de8-a03f-97879468d66a",
"severity": "Medium",
Expand Down
6 changes: 4 additions & 2 deletions checklists/asb_security_checklist.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"link": "https://learn.microsoft.com/azure/service-bus-messaging/configure-customer-managed-key",
"severity": "Bajo",
"subcategory": "Protección de datos",
"text": "Usar la opción de clave administrada por el cliente en el cifrado de datos en reposo cuando sea necesario",
"text": "Usar la opción de clave administrada por el cliente en el cifrado de datos en reposo cuando sea necesario ",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/"
},
{
Expand Down Expand Up @@ -87,7 +87,9 @@
}
],
"metadata": {
"name": "Azure Service Bus Review"
"name": "Azure Service Bus Review",
"state": "Preview",
"timestamp": "Feb 10, 2023"
},
"severities": [
{
Expand Down
4 changes: 3 additions & 1 deletion checklists/asb_security_checklist.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
}
],
"metadata": {
"name": "Azure Service Bus Review"
"name": "Azure Service Bus Review",
"state": "Preview",
"timestamp": "Feb 10, 2023"
},
"severities": [
{
Expand Down
8 changes: 5 additions & 3 deletions checklists/asb_security_checklist.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"link": "https://learn.microsoft.com/azure/service-bus-messaging/configure-customer-managed-key",
"severity": "낮다",
"subcategory": "데이터 보호",
"text": "필요한 경우 미사용 데이터 암호화에서 고객 관리형 키 옵션 사용",
"text": "필요한 경우 미사용 데이터 암호화에서 고객 관리형 키 옵션 사용 ",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/"
},
{
Expand All @@ -32,7 +32,7 @@
"link": "https://learn.microsoft.com/azure/service-bus-messaging/service-bus-sas#shared-access-authorization-policies",
"severity": "보통",
"subcategory": "ID 및 액세스 관리",
"text": "필요하지 않은 경우 루트 계정을 사용하지 마십시오.",
"text": "필요하지 않은 경우 루트 계정 사용을 피하십시오.",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-identities-governance/"
},
{
Expand Down Expand Up @@ -87,7 +87,9 @@
}
],
"metadata": {
"name": "Azure Service Bus Review"
"name": "Azure Service Bus Review",
"state": "Preview",
"timestamp": "Feb 10, 2023"
},
"severities": [
{
Expand Down
6 changes: 4 additions & 2 deletions checklists/asb_security_checklist.pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"link": "https://learn.microsoft.com/azure/service-bus-messaging/configure-customer-managed-key",
"severity": "Baixo",
"subcategory": "Proteção de Dados",
"text": "Usar a opção de chave gerenciada pelo cliente na criptografia de dados em repouso quando necessário",
"text": "Usar a opção de chave gerenciada pelo cliente na criptografia de dados em repouso quando necessário ",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/"
},
{
Expand Down Expand Up @@ -87,7 +87,9 @@
}
],
"metadata": {
"name": "Azure Service Bus Review"
"name": "Azure Service Bus Review",
"state": "Preview",
"timestamp": "Feb 10, 2023"
},
"severities": [
{
Expand Down
Loading