Skip to content

Commit c59fb50

Browse files
committed
CCM-8881: Sync version bump branch from repo template
1 parent be71734 commit c59fb50

File tree

14 files changed

+42
-34
lines changed

14 files changed

+42
-34
lines changed

.github/actions/create-lines-of-code-report/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
echo "secrets_exist=${{ inputs.idp_aws_report_upload_role_name != '' && inputs.idp_aws_report_upload_bucket_endpoint != '' }}" >> $GITHUB_OUTPUT
4545
- name: "Authenticate to send the report"
4646
if: steps.check.outputs.secrets_exist == 'true'
47-
uses: aws-actions/configure-aws-credentials@v2
47+
uses: aws-actions/configure-aws-credentials@v4
4848
with:
4949
role-to-assume: arn:aws:iam::${{ inputs.idp_aws_report_upload_account_id }}:role/${{ inputs.idp_aws_report_upload_role_name }}
5050
aws-region: ${{ inputs.idp_aws_report_upload_region }}

.github/actions/scan-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
run: echo "secrets_exist=${{ inputs.idp_aws_report_upload_role_name != '' && inputs.idp_aws_report_upload_bucket_endpoint != '' }}" >> $GITHUB_OUTPUT
5959
- name: "Authenticate to send the reports"
6060
if: steps.check.outputs.secrets_exist == 'true'
61-
uses: aws-actions/configure-aws-credentials@v2
61+
uses: aws-actions/configure-aws-credentials@v4
6262
with:
6363
role-to-assume: arn:aws:iam::${{ inputs.idp_aws_report_upload_account_id }}:role/${{ inputs.idp_aws_report_upload_role_name }}
6464
aws-region: ${{ inputs.idp_aws_report_upload_region }}

.gitleaksignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SEE: https://github.com/gitleaks/gitleaks/blob/master/README.md#gitleaksignore
22

33
cd9c0efec38c5d63053dd865e5d4e207c0760d91:docs/guides/Perform_static_analysis.md:generic-api-key:37
4+
cd9c0efec38c5d63053dd865e5d4e207c0760d91:docs/guides/Perform_static_analysis.md:sonar-api-token:37
45
96096685ab3d6876671e2bc9a6ff4d48fc56e521:src/helloworld/helloworld.sln:ipv4:4
56
4f4e8c15629b2cb09356a7fed4d72953590227ce:docs/Gemfile.lock:ipv4:4

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ terraform 1.9.2
55
terraform-docs 0.19.0
66
tfsec 1.28.10
77
vale 3.6.0
8+
python 3.13.2
89

910
# ==============================================================================
1011
# The section below is reserved for Docker image versions.

infrastructure/terraform/bin/terraform.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,8 @@ case "${action}" in
793793
;;
794794
*)
795795
echo -e "Generic action case invoked. Only the additional arguments will be passed to terraform, you break it you fix it:";
796-
echo -e "\tterraform ${action} ${extra_args}";
797-
terraform "${action}" ${extra_args} \
796+
echo -e "\tterraform ${action} ${extra_args} | tee terraform_output";
797+
terraform "${action}" ${extra_args} | tee terraform_output \
798798
|| error_and_die "Terraform ${action} failed.";
799799
;;
800800
esac;
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# Files and folders to ignore when syncing nhs-notify-repository-template back in to this repository
2-
.github/workflows/
32
nhs-notify-repository-template/
43

54
# Files and Folders in this repository to ignore
5+
.editorconfig
6+
.github/CODEOWNERS
7+
.gitleaksignore
68
.vscode/
9+
/Makefile
710
CHANGELOG.md
8-
project.code-workspace
911
README.md
1012
VERSION
13+
project.code-workspace
14+
scripts/config/sonar-scanner.properties
15+
scripts/tests/
1116

1217
# Files and Folders in the template repository to disregard
1318
.devcontainer/
1419
.github/workflows/cicd-*.yaml
15-
*/examples/
1620
docs/
1721
infrastructure/terraform/components/
22+
scripts/**/examples/

scripts/config/.repository-template-sync-merge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ scripts/config/.repository-template-sync-ignore
33
scripts/config/.repository-template-sync-merge
44
.tool-versions
55
.gitignore
6+
scripts/config/vale/vale.ini
67
scripts/config/vale/styles/config/vocabularies/words/accept.txt
78
scripts/config/vale/styles/config/vocabularies/words/reject.txt

scripts/config/gitleaks.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SEE: https://github.com/gitleaks/gitleaks/#configuration
2+
# Do not edit this file directly as it will be overwritten by changes from the nhs-notify-repository-template on next sync
23

34
[extend]
45
useDefault = true # SEE: https://github.com/gitleaks/gitleaks/blob/master/config/gitleaks.toml

scripts/config/pre-commit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repos:
99
- id: check-symlinks
1010
- id: detect-private-key
1111
- id: end-of-file-fixer
12-
exclude: .+\.cs
1312
- id: forbid-new-submodules
1413
- id: mixed-line-ending
1514
- id: pretty-format-json

scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ drawio
99
endcapture
1010
endfor
1111
endraw
12-
GitHub
12+
Git[Hh]ub
1313
Gitleaks
1414
Grype
1515
idempotence

0 commit comments

Comments
 (0)