add TODOs [skip ci]
This commit is contained in:
parent
72723d951d
commit
ac7c1ae431
3
run.go
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user