mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
18601 add ubuntu sources (#18602)
This commit is contained in:
parent
671ad9bf6a
commit
536ccc91c0
2 changed files with 5 additions and 0 deletions
1
changes/18601-add-ubuntu-oval
Normal file
1
changes/18601-add-ubuntu-oval
Normal file
|
|
@ -0,0 +1 @@
|
|||
- now supporting oval vulnerability scanning on Ubuntu 22.10, 23.04, 23.10, and 24.04
|
||||
|
|
@ -80,6 +80,10 @@ func (op Platform) IsSupported() bool {
|
|||
"ubuntu_2104",
|
||||
"ubuntu_2110",
|
||||
"ubuntu_2204",
|
||||
"ubuntu_2210",
|
||||
"ubuntu_2304",
|
||||
"ubuntu_2310",
|
||||
"ubuntu_2404",
|
||||
"rhel_05",
|
||||
"rhel_06",
|
||||
"rhel_07",
|
||||
|
|
|
|||
Loading…
Reference in a new issue