Skip to content

Commit 4f1450c

Browse files
committed
updated: dependencies and release 1.27.0
1 parent 20674cc commit 4f1450c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ jobs:
9797
path: "${{ github.workspace }}/dependency-results.sbom.json"
9898
retention-days: 20
9999

100-
- name: Analyze image with Anchore💊
100+
- name: Analyze image with Grype💊
101101
id: anchore
102102
uses: anchore/[email protected]
103103
with:
104104
image: ghcr.io/ammnt/nginx:main
105105
fail-build: false
106106
severity-cutoff: critical
107107

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

113113
- name: Analyze image with Syft💊
114114
uses: anchore/[email protected]
115115
with:
116-
syft-version: v1.6.0
116+
syft-version: v1.8.0
117117
image: ghcr.io/ammnt/nginx:main
118118
artifact-name: image.spdx.json
119119
dependency-snapshot: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://github.com/openssl/openssl
3030
- No excess ENTRYPOINT in the image;
3131
- Slimmed version by Docker Slim tool;
3232
- Scanned effiniefficiency result with Dive tool;
33-
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore, Clair and Syft;
33+
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Grype, Clair and Syft;
3434
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
3535
https://github.com/ammnt/nginx/blob/main/Dockerfile
3636

0 commit comments

Comments
 (0)