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 committed May 2, 2024
1 parent 5566548 commit 4369a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
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 4369a19

Please sign in to comment.