Skip to content

Commit fedf35e

Browse files
CCM-7890 language and vale
1 parent c4448c6 commit fedf35e

4 files changed

Lines changed: 20 additions & 17 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform-docs 0.19.0
2020
# docker/ghcr.io/nhs-england-tools/github-runner-image 20230909-321fd1e-rt@sha256:ce4fd6035dc450a50d3cbafb4986d60e77cb49a71ab60a053bb1b9518139a646 # SEE: https://github.com/nhs-england-tools/github-runner-image/pkgs/container/github-runner-image
2121
# docker/hadolint/hadolint 2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 # SEE: https://hub.docker.com/r/hadolint/hadolint/tags
2222
# docker/hashicorp/terraform 1.5.6@sha256:180a7efa983386a27b43657ed610e9deed9e6c3848d54f9ea9b6cb8a5c8c25f5 # SEE: https://hub.docker.com/r/hashicorp/terraform/tags
23-
# docker/jdkato/vale v2.29.7@sha256:5ccfac574231b006284513ac3e4e9f38833989d83f2a68db149932c09de85149 # SEE: https://hub.docker.com/r/jdkato/vale/tags
23+
# docker/jdkato/vale v3.6.0@sha256:0ef22c8d537f079633cfff69fc46f69a2196072f69cab1ab232e8a79a388e425 # SEE: https://hub.docker.com/r/jdkato/vale/tags
2424
# docker/koalaman/shellcheck latest@sha256:e40388688bae0fcffdddb7e4dea49b900c18933b452add0930654b2dea3e7d5c # SEE: https://hub.docker.com/r/koalaman/shellcheck/tags
2525
# docker/mstruebing/editorconfig-checker 2.7.1@sha256:dd3ca9ea50ef4518efe9be018d669ef9cf937f6bb5cfe2ef84ff2a620b5ddc24 # SEE: https://hub.docker.com/r/mstruebing/editorconfig-checker/tags
2626
# docker/sonarsource/sonar-scanner-cli 5.0.1@sha256:494ecc3b5b1ee1625bd377b3905c4284e4f0cc155cff397805a244dee1c7d575 # SEE: https://hub.docker.com/r/sonarsource/sonar-scanner-cli/tags

infrastructure/modules/aws-backup-source/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
The AWS Backup Module helps automates the setup of AWS Backup resources in a source account. It streamlines the process of creating, managing, and standardising backup configurations.
44

5+
<!-- vale off -->
56
See [terraform-aws-backup](https://github.com/NHSDigital/terraform-aws-backup.git) for more details.
7+
<!-- vale on -->
68

79
## Inputs
8-
10+
<!-- vale off -->
911
| Name | Description | Type | Default | Required |
1012
|------|-------------|------|---------|:--------:|
1113
| <a name="input_backup_copy_vault_account_id"></a> [backup\_copy\_vault\_account\_id](#input\_backup\_copy\_vault\_account\_id) | The account id of the destination backup vault for allowing restores back into the source account. | `string` | `""` | no |
@@ -23,6 +25,7 @@ See [terraform-aws-backup](https://github.com/NHSDigital/terraform-aws-backup.gi
2325
| <a name="input_restore_testing_plan_selection_window_days"></a> [restore\_testing\_plan\_selection\_window\_days](#input\_restore\_testing\_plan\_selection\_window\_days) | Selection window days | `number` | `7` | no |
2426
| <a name="input_restore_testing_plan_start_window"></a> [restore\_testing\_plan\_start\_window](#input\_restore\_testing\_plan\_start\_window) | Start window from the scheduled time during which the test should start | `number` | `1` | no |
2527
| <a name="input_terraform_role_arn"></a> [terraform\_role\_arn](#input\_terraform\_role\_arn) | ARN of Terraform role used to deploy to account | `string` | n/a | yes |
28+
<!-- vale on -->
2629

2730
## Example
2831

scripts/config/vale/styles/Vocab/words/accept.txt renamed to scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1+
[A-Z]+s
12
Bitwarden
3+
bot
4+
Cognito
25
Cyber
36
Dependabot
7+
draw.io
8+
drawio
9+
endcapture
10+
endfor
11+
endraw
12+
GitHub
413
Gitleaks
514
Grype
15+
idempotence
16+
Jira
617
OAuth
718
Octokit
19+
onboarding
820
Podman
921
Python
22+
rawContent
23+
sed
1024
Syft
1125
Terraform
12-
Trufflehog
13-
bot
14-
idempotence
15-
onboarding
16-
sed
1726
toolchain
18-
[A-Z]+s
19-
GitHub
20-
endraw
21-
draw.io
22-
endfor
23-
drawio
24-
rawContent
25-
endcapture
26-
Cognito
27-
Jira
27+
Trufflehog

scripts/config/vale/styles/Vocab/words/reject.txt renamed to scripts/config/vale/styles/config/vocabularies/words/reject.txt

File renamed without changes.

0 commit comments

Comments
 (0)