Skip to content

Commit d698410

Browse files
committed
removed: Claire image scanner - DB is not accessible anymore
1 parent d436053 commit d698410

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,6 @@ jobs:
116116
image: ghcr.io/ammnt/nginx:main
117117
fail-build: true
118118

119-
- name: Run Clair V4 image scanner🔍
120-
uses: quay/clair-action@main
121-
with:
122-
image-ref: ghcr.io/ammnt/nginx:main
123-
format: sarif
124-
output: clair_results.sarif
125-
126-
- name: Upload Clair result to GitHub Code Scanning📊
127-
uses: github/codeql-action/upload-sarif@v3
128-
with:
129-
sarif_file: clair_results.sarif
130-
131119
- name: Scan the image and upload dependency results🔍
132120
uses: anchore/[email protected]
133121
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://github.com/openssl/openssl
2525
- Added OCI labels and annotations;
2626
- No excess ENTRYPOINT in the image;
2727
- Slimmed version by Docker Slim tool;
28-
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Clair, Anchore and Syft;
28+
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore and Syft;
2929
- Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):<br>
3030
https://github.com/ammnt/nginx/blob/http3/Dockerfile
3131

0 commit comments

Comments
 (0)