diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..df4d15b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 495d469..9cd36e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,8 @@ name: Build and push image📦 on: workflow_dispatch: - schedule: - - cron: "00 12 1 * *" + # schedule: + # - cron: "00 12 1 * *" push: branches: ["main"] # pull_request: diff --git a/README.md b/README.md index 11366ed..07ab7b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Distroless NGINX with HTTP/3 and QUIC support🚀 +[![Build and push image📦](https://github.com/ammnt/nginx/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/nginx/actions/workflows/build.yml) +![version](https://img.shields.io/badge/version-1.27.0-blue) +[![GitHub issues open](https://img.shields.io/github/issues/ammnt/nginx.svg)](https://github.com/ammnt/nginx/issues) + The Docker image is ready to use:
docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/nginx:main
or
@@ -25,6 +29,7 @@ https://github.com/openssl/openssl - Added OCI labels and annotations; - No excess ENTRYPOINT in the image; - Slimmed version by Docker Slim tool; +- Scanned effiniefficiency result with Dive tool; - Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore, Clair and Syft; - Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):
https://github.com/ammnt/nginx/blob/http3/Dockerfile