Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ e44436c05bb859820c89b241df2e589ab760595b:infrastructure/terraform/components/rep
66380f86140cd9c23e5a3e61044488872e632bf7:infrastructure/terraform/components/reporting/variables.tf:ipv4:109
056d713eefe2305444059e99d707bd902ed6f532:infrastructure/terraform/components/reporting/variables.tf:ipv4:109
056d713eefe2305444059e99d707bd902ed6f532:infrastructure/terraform/components/reporting/variables.tf:ipv4:109
d38af4e4f6c36ca9c3d843193b434386a9bad5ee:infrastructure/terraform/etc/env_eu-west-2_int.tfvars:generic-api-key:29
d38af4e4f6c36ca9c3d843193b434386a9bad5ee:infrastructure/terraform/etc/env_eu-west-2_prod.tfvars:generic-api-key:43
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre-commit 3.6.0
terraform 1.10.1
terraform-docs 0.19.0
# trivy 0.69.3
# python 3.13.2
python 3.13.2

# ==============================================================================
# The section below is reserved for Docker image versions.
Expand Down
10 changes: 7 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (3.25.5-x86_64-linux)
google-protobuf (3.25.5)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -93,6 +93,8 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.27.0)
nokogiri (1.19.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
racc (~> 1.4)
pathutil (0.16.2)
Expand All @@ -106,9 +108,10 @@ GEM
rexml (3.4.2)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
securerandom (0.4.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -118,6 +121,7 @@ GEM
webrick (1.8.2)

PLATFORMS
arm64-darwin-25
x86_64-linux

DEPENDENCIES
Expand Down
20 changes: 10 additions & 10 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/config/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
exclude: '(^|/)package(-lock)?\.json$'

- repo: https://github.com/NHSDigital/nhs-notify-shared-modules
rev: 3.0.9
rev: 3.1.2
hooks:
- id: sort-dictionary
- id: scan-secrets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[A-Z]+s
add_column
athena_named_query
[A-Z]+s
Comment thread
jamesthompson26-nhs marked this conversation as resolved.
Bitwarden
bot
Cognito
Expand Down
Loading