fix(supply-chain): verify CI and production inputs

Pin external actions, images, toolchains, native archives, and tvOS engine artifacts; enforce fail-closed CI checks and keep website privacy disclosures aligned with shipped behavior.
This commit is contained in:
edde746
2026-07-24 03:56:40 +02:00
parent b41fb4fe75
commit 09656fa4d3
63 changed files with 5146 additions and 560 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
FROM golang:1.22-alpine AS build
# Update the readable tag, index digest, and platforms together using the controlled process in CONTRIBUTING.md.
# Platforms: linux/amd64, linux/arm64
FROM golang:1.22.12-alpine3.21@sha256:1699c10032ca2582ec89a24a1312d986a3f094aed3d5c1147b19880afe40e052 AS build
WORKDIR /src
COPY go.mod go.sum ./
RUN go mod download
+4 -2
View File
@@ -10,7 +10,7 @@ services:
- "127.0.0.1:8080:8080"
environment:
OAUTH_BASE_URL: https://ice.plezy.app
TRUSTED_PROXY_CIDRS: ${TRUSTED_PROXY_CIDRS:-}
TRUSTED_PROXY_CIDRS: ${TRUSTED_PROXY_CIDRS:?Set TRUSTED_PROXY_CIDRS to the reverse proxy network CIDR}
MAL_CLIENT_ID: ${MAL_CLIENT_ID:-}
ANILIST_CLIENT_ID: ${ANILIST_CLIENT_ID:-}
ANILIST_CLIENT_SECRET: ${ANILIST_CLIENT_SECRET:-}
@@ -21,7 +21,9 @@ services:
max-file: "3"
bugs:
image: ghcr.io/edde746/bugs:latest
# Update the source-revision tag, index digest, and platforms together using CONTRIBUTING.md.
# Platforms: linux/amd64, linux/arm64
image: ghcr.io/edde746/bugs:sha-319e0eb@sha256:1e5a2d8ab80e703de4a8a8b15d858ce931609e2226bf1e6d04979c0ca52a3005
restart: unless-stopped
mem_limit: 512m
volumes: