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