Skip to content

Commit 72bee4e

Browse files
committed
added: actions regular update and badges in README.md
1 parent 44bcbbd commit 72bee4e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and push image📦
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "00 12 1 * *"
5+
# schedule:
6+
# - cron: "00 12 1 * *"
77
push:
88
branches: ["main"]
99
# pull_request:

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Distroless NGINX with HTTP/3 and QUIC support🚀
22

3+
[![Build and push image📦](https://github.com/ammnt/nginx/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/nginx/actions/workflows/build.yml)
4+
![version](https://img.shields.io/badge/version-1.27.0-blue)
5+
[![GitHub issues open](https://img.shields.io/github/issues/ammnt/nginx.svg)](https://github.com/ammnt/nginx/issues)
6+
37
The Docker image is ready to use:<br>
48
<code>docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/nginx:main</code><br>
59
or<br>
@@ -25,6 +29,7 @@ https://github.com/openssl/openssl
2529
- Added OCI labels and annotations;
2630
- No excess ENTRYPOINT in the image;
2731
- Slimmed version by Docker Slim tool;
32+
- Scanned effiniefficiency result with Dive tool;
2833
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore, Clair and Syft;
2934
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
3035
https://github.com/ammnt/nginx/blob/http3/Dockerfile

0 commit comments

Comments
 (0)