From d4f337e04b0417e556ec9aa06548478b0b0f3f91 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Nov 2023 21:37:18 +0100 Subject: [PATCH] fix ci --- .dictionary | 1 + .woodpecker/build-container.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dictionary b/.dictionary index e69de29..d74d101 100644 --- a/.dictionary +++ b/.dictionary @@ -0,0 +1 @@ +UID diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index f9f34b7..89b9618 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -24,7 +24,7 @@ steps: TRIVY_NO_PROGRESS: "true" TRIVY_SEVERITY: HIGH,CRITICAL TRIVY_TIMEOUT: 1m - TRIVY_SKIP_FILES: /usr/local/bin/gomplate + TRIVY_SKIP_FILES: /usr/local/bin/gomplate,/usr/bin/caddy publish-dockerhub: group: container diff --git a/README.md b/README.md index 7edeee6..6fa2b2a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Custom image for Caddy web server -Custom rootless container image for Caddy based on Alpine. The pre-configured non-root user is a system user named `caddy` with the UID `1001`. There is also a primary group with the same values. +Custom rootless container image for Caddy based on Alpine. The preconfigured non-root user is a system user named `caddy` with the UID `1001`. There is also a primary group with the same values. ## License