Skip to content

Commit e3a1ad3

Browse files
Test
1 parent c0cf5f5 commit e3a1ad3

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/scan.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
with:
4444
image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }}
4545
severity: HIGH,CRITICAL
46+
ignore-unfixed: true
4647
exit-code: 1

.trivyignore

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
# Ubuntu
2-
CVE-2024-43882
3-
CVE-2024-53103
4-
CVE-2024-56658
5-
CVE-2024-53140
6-
CVE-2024-56672
7-
CVE-2024-57798
8-
CVE-2024-56595
9-
10-
# Python
11-
## setuptools
12-
CVE-2024-6345 # TODO: @jacobwoffenden - Figure out where this comes from and patch it
13-
14-
# .NET
15-
## We are running the latest dotnet-sdk from Ubuntu
16-
CVE-2024-0057
17-
CVE-2024-38095
18-
19-
# Go
20-
## aws-sso
21-
CVE-2024-41110 # Vulnerability in github.com/docker/docker, but we don't run Docker on CDE
22-
CVE-2024-34156
23-
CVE-2024-45337
24-
CVE-2024-45338
1+
# Testing removing CVEs

0 commit comments

Comments
 (0)