Skip to content

Security: jwitz/astronomer

Security

SECURITY.md

Astronomer Platform Security Notes

No Dockerfile HEALTHCHECK

We don't add HEALTHCHECK lines to our Dockerfiles since we declare healthchecks using Kubernetes. Dockerfile HEALTHCHECK lines don't have any effect in Kubernetes-land. All of our long-running services should have a healthcheck declared in their manifests. Houston, for example.

There aren’t any published security advisories