Skip to content

Commit

Permalink
feat: add ubuntu 23.10 and 24.04 support (aquasecurity#6573)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored and fl0pp5 committed May 6, 2024
1 parent e8e231f commit ba3e8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Expand Up @@ -60,6 +60,8 @@ var (
"22.04": time.Date(2027, 4, 23, 23, 59, 59, 0, time.UTC),
"22.10": time.Date(2023, 7, 20, 23, 59, 59, 0, time.UTC),
"23.04": time.Date(2024, 1, 20, 23, 59, 59, 0, time.UTC),
"23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC),
"24.04": time.Date(2034, 3, 31, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit ba3e8d5

Please sign in to comment.