From 7e17e0e8ec14d17cd1681b5f8f1756dd22f5466b Mon Sep 17 00:00:00 2001 From: Dan Stefaniuk Date: Tue, 16 Apr 2024 19:24:20 +0100 Subject: [PATCH] Update blueprint list --- blueprints.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/blueprints.md b/blueprints.md index 01c3fc68..95423b61 100644 --- a/blueprints.md +++ b/blueprints.md @@ -4,11 +4,11 @@ This is a list of blueprint solutions to common problems which are referenced wi Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions. -| Topic | Type of blueprint | Classification | Status | -| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- | -| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published | -| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published | -| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published | -| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published | -| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published | -| Cross-account backups on AWS | Instructions | In progress | Draft | +| Topic | Type | Classification | Status | +|:--------------------------------------------------------------------------------------------------------|:--------------|:---------------|:----------| +| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published | +| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published | +| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published | +| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published | +| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published | +| [Cross-account backups on AWS](https://github.com/nhs-england-tools/terraform-aws-cross-account-backup) | Full solution | In progress | Draft |