1
0

chore: add missing repo policy files (auto-enforced)

Applied 2 policy files via audit-repo-policies.sh.
Repo type: shell
Files: Dockerfile REPO_POLICIES.md branch-protection
This commit is contained in:
Xen
2026-03-25 17:06:13 +07:00
parent 9c53334611
commit 32759a9fd1
2 changed files with 33 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
# alpine:3.21 (pinned 2026-01-28)
FROM alpine:3.21@sha256:22e0ec13c0db6b3e1ba3280e831fc50ba7bffe58e81f31670a64b1afede247bc
RUN apk add --no-cache bash shellcheck
COPY . /app
WORKDIR /app
RUN make check