From 1d8ea216b616ff2e089acf8f4eaab4ae83b8bc6c Mon Sep 17 00:00:00 2001 From: Declan Valters Date: Tue, 1 Oct 2024 14:45:24 +0100 Subject: [PATCH] Fix indentation bulleted list --- .../building-and-testing-containers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/safe-haven-services/tre-container-user-guide/building-and-testing-containers.md b/docs/safe-haven-services/tre-container-user-guide/building-and-testing-containers.md index c06ee9c62..3749829cf 100644 --- a/docs/safe-haven-services/tre-container-user-guide/building-and-testing-containers.md +++ b/docs/safe-haven-services/tre-container-user-guide/building-and-testing-containers.md @@ -55,11 +55,11 @@ It is recommended that the checklist for Dockerfile composition is followed: [Co Information Governance requirements may require a security scan of both: -1. The Dockerfile used to build the container image + 1. The Dockerfile used to build the container image -1. The container image itself, once it is built. + 1. The container image itself, once it is built. -[Trivy](https://trivy.dev/) is a tool that can help with this task. Trivy inspects container images to find items which have known vulnerabilities and produces a report that may be used to help assess the risk. +[Trivy](https://trivy.dev/) is a tool that can help with this task. Trivy inspects container images to find items which have known vulnerabilities and produces a report that may be used to help assess the risk. ### 1. Scanning the container Dockerfile