add TODOs [skip ci]

This commit is contained in:
leo 2023-05-17 20:55:09 +02:00
parent 72723d951d
commit ac7c1ae431
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

3
run.go

@ -84,6 +84,9 @@ func run() error {
// TODO: SBOM: https://actuated.dev/blog/sbom-in-github-actions
// TODO: SBOM: https://www.docker.com/blog/generate-sboms-with-buildkit/
// TODO: integrate with Graylog (https://github.com/samber/slog-graylog).
// TODO: add mailer (https://github.com/wneessen/go-mail).
// TODO: deploy containers with podman using Ansible (https://www.redhat.com/sysadmin/automate-podman-ansible)
// TODO: add health checks for pod's containers (db, app)
conf, err := config.Load(*configFlag, *configIsPathFlag)
if err != nil {