Skip to content

Commit 8ed7e8a

Browse files
Remove CVE-2024-36039 from whitelist
Remove CVE-2024-36039 from the Trivy whitelist and move to the example file setup to illustrate the global_allowed_vulnerabilities variable can be used to whitelist vulnerabilities in all images.
1 parent f65f55b commit 8ed7e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/trivy/allowed-vulnerabilities.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
# Example allowed vulnerabilities file setup
66
#
7+
# global_allowed_vulnerabilities:
8+
# - CVE-2024-36039
9+
#
710
# keystone_allowed_vulnerabilities:
811
# - CVE-2022-2447
912
#
1013
# barbican_api_allowed_vulnerabilities:
1114
# - CVE-2023-31047
1215

13-
global_allowed_vulnerabilities:
14-
- CVE-2024-36039
15-
1616
###############################################################################
1717
# Dummy variable to allow Ansible to accept this file.
1818
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)