mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2024-12-22 16:23:11 +07:00
Day 14:Container Image Scanning from @a_sankov
This commit is contained in:
parent
929e24f3c1
commit
a05c4ee021
2
2023.md
2
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)
|
||||
|
@ -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/)
|
||||
- [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).
|
Loading…
Reference in New Issue
Block a user