Skip to content

Commit

Permalink
updated: dependencies and new release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jun 29, 2024
1 parent dd9f22e commit 5a60468
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml:Zone.Identifier

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,23 @@ jobs:
path: "${{ github.workspace }}/dependency-results.sbom.json"
retention-days: 20

- name: Analyze image with Anchore💊
- name: Analyze image with Grype💊
id: anchore
uses: anchore/[email protected]
with:
image: ghcr.io/ammnt/angie:main
fail-build: false
severity-cutoff: critical

- name: Upload Anchore report📊
- name: Upload Grype report📊
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.anchore.outputs.sarif }}

- name: Analyze image with Syft💊
uses: anchore/[email protected]
with:
syft-version: v1.6.0
syft-version: v1.8.0
image: ghcr.io/ammnt/angie:main
artifact-name: image.spdx.json
dependency-snapshot: false
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml:Zone.Identifier

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore:Zone.Identifier

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile:Zone.Identifier

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Distroless Angie with HTTP/3 and QUIC support🚀

[![Build and push image📦](https://github.com/ammnt/angie/actions/workflows/build.yml/badge.svg)](https://github.com/ammnt/angie/actions/workflows/build.yml)
![version](https://img.shields.io/badge/version-1.5.2-blue)
![version](https://img.shields.io/badge/version-1.6.0-blue)
[![GitHub issues open](https://img.shields.io/github/issues/ammnt/angie.svg)](https://github.com/ammnt/angie/issues)

The Docker image is ready to use:<br>
Expand Down Expand Up @@ -30,7 +30,7 @@ https://github.com/quictls/openssl
- 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;
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Grype, Clair and Syft;
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
https://github.com/ammnt/angie/blob/main/Dockerfile

Expand Down
2 changes: 0 additions & 2 deletions README.md:Zone.Identifier

This file was deleted.

0 comments on commit 5a60468

Please sign in to comment.