mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
feat(rocky): set Rocky Linux 9 EOL (#2543)
This commit is contained in:
@@ -20,6 +20,7 @@ var (
|
||||
// Source:
|
||||
// https://endoflife.date/rocky-linux
|
||||
"8": time.Date(2029, 5, 31, 23, 59, 59, 0, time.UTC),
|
||||
"9": time.Date(2032, 5, 31, 23, 59, 59, 0, time.UTC),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user