Skip to content

Commit

Permalink
updated: README.md and dependencies - release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed May 16, 2024
1 parent 82574b4 commit 518f03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository馃П
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Install cosign馃敀
uses: sigstore/[email protected]
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
curl -v http://127.0.0.1:8080 || exit 1
- name: Analyze for critical and high CVEs馃拪
uses: docker/scout-action@v1.7.0
uses: docker/scout-action@v1.8.0
with:
command: cves,sbom
image: ghcr.io/ammnt/angie:main
Expand All @@ -93,7 +93,7 @@ jobs:
sarif_file: sarif.output.json

- name: Run Trivy vulnerability scanner馃拪
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: ghcr.io/ammnt/angie:main
scan-type: image
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ https://github.com/quictls/openssl
- Added OCI labels and annotations;
- No excess ENTRYPOINT in the image;
- Slimmed version by Docker Slim tool;
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk and Syft;
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
https://github.com/ammnt/angie/blob/http3/Dockerfile

Expand Down

0 comments on commit 518f03f

Please sign in to comment.