From a05c4ee021710d7c5d001a964c766482b307ebde Mon Sep 17 00:00:00 2001 From: michaelcade Date: Sat, 14 Jan 2023 12:26:10 +0000 Subject: [PATCH] Day 14:Container Image Scanning from @a_sankov --- 2023.md | 2 +- 2023/day13.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/2023.md b/2023.md index 9ad0baa..d666a69 100644 --- a/2023.md +++ b/2023.md @@ -56,7 +56,7 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich ### Continuous Build, Integration, Testing -- [] 🐧 14 > [](2023/day14.md) +- [✔️] 🐧 14 > [Container Image Scanning](2023/day14.md) - [] 🐧 15 > [](2023/day15.md) - [] 🐧 16 > [](2023/day16.md) - [] 🐧 17 > [](2023/day17.md) diff --git a/2023/day13.md b/2023/day13.md index 949222a..721f510 100644 --- a/2023/day13.md +++ b/2023/day13.md @@ -84,4 +84,6 @@ jobs: - [Hadolint GitHub](https://github.com/hadolint/hadolint) - [Hadolint Online](https://hadolint.github.io/hadolint/) -- [Top 20 Dockerfile best practices](https://sysdig.com/blog/dockerfile-best-practices/) \ No newline at end of file +- [Top 20 Dockerfile best practices](https://sysdig.com/blog/dockerfile-best-practices/) + +Next up we will be starting our **Continuous Build, Integration, Testing** with [Day 14](day14.md) covering Container Image Scanning from [Anton Sankov](https://twitter.com/a_sankov). \ No newline at end of file