chore(dockerfile): add image source as docker label (#7617)

This commit is contained in:
Erlend Ekern
2025-04-29 09:15:47 +02:00
committed by GitHub
parent 06f94f884f
commit 78439b4c0c

View File

@@ -1,6 +1,7 @@
FROM python:3.12.10-alpine3.20
LABEL maintainer="https://github.com/prowler-cloud/prowler"
LABEL org.opencontainers.image.source="https://github.com/prowler-cloud/prowler"
# Update system dependencies and install essential tools
#hadolint ignore=DL3018