Skip to content

Commit

Permalink
added: actions regular update and badges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jun 9, 2024
1 parent 44bcbbd commit 72bee4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:<br>
<code>docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/nginx:main</code><br>
or<br>
Expand All @@ -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"):<br>
https://github.com/ammnt/nginx/blob/http3/Dockerfile
Expand Down

0 comments on commit 72bee4e

Please sign in to comment.