Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 16e50e4

Browse files
Add metadata labels to Dockerfile for improved documentation
1 parent 96220e4 commit 16e50e4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base
1+
LABEL org.opencontainers.image.source=https://github.com/EmilZackrisson/RepositoryLinter
2+
LABEL org.opencontainers.image.description="RepositoryLinter is a tool to lint your repository for secrets and other common issues."
3+
LABEL org.opencontainers.image.licenses=MIT
4+
5+
FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base
26
RUN apt update && apt install -y git curl
37

48
# Install trufflehog

0 commit comments

Comments
 (0)