-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade alpine version to 3.14.6. Ignore trivy vulnerabilities CVE-20…
…22-28391 and CVE-2022-1271 via .trivyignore (#25) Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This vulnerability has been fixed in alpine 3.14.6. | ||
# We have upgraded to 3.14.6, but the aquasecurity/trivy-action | ||
# v0.2.4 keeps failing because the database is not up to date. | ||
# https://github.com/aquasecurity/trivy/issues/1988 | ||
CVE-2022-28391 | ||
|
||
# The zgrep utility is not installed in the linux-utils image | ||
CVE-2022-1271 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters