mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
Feature request : Add a security policy, add an easy way to track outdated templates #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @malko on GitHub (Mar 26, 2025).
As many people will use these templates for self-hosting public facing instance of templates in this repository we should add a security policy to help people report security problems with for example outdated templates or misconfigured ones.
Also, it probably would be nice to have a simple way for maintainers and contributors of this repository to have a script to check for outdated version of templates. This will allow contributors to know which templates require attention and need update in an easy way. It would be even better if this can be run with a github action and published in an md file in this repository.
@Siumauricio commented on GitHub (Apr 4, 2025):
I think it would be a good idea, only that docker images can come from different places, gcr, dockerhub, etc, it would be a bit complicated to check the latest images or if they are outdated.