From ac7c1ae4315df750d2c31846da52e01183d10e3f Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 17 May 2023 20:55:09 +0200 Subject: [PATCH] add TODOs [skip ci] --- run.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.go b/run.go index d7ccac9..9e7ef87 100644 --- a/run.go +++ b/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 {