Skip to content

Commit

Permalink
feat(rocky): set Rocky Linux 9 EOL (aquasecurity#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Jul 19, 2022
1 parent f8dd616 commit ae5a2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/rocky/rocky.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
)

Expand Down

0 comments on commit ae5a2d0

Please sign in to comment.