Skip to content

Commit

Permalink
Fix PR comment
Browse files Browse the repository at this point in the history
Signed-off-by: Evans Mungai <[email protected]>
  • Loading branch information
banjoh committed Jul 23, 2024
1 parent 6e62595 commit 29d59e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/host-collect-analyze/hostOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The `hostOS` analyzer supports multiple outcomes by validating the name and vers
- `centos = 7`: The detected OS is CentOS 7. `7` in this example is the platform version. The format here is `<platform> = <platformVersion>`
- `ubuntu = 20.04`: The detected OS is Ubuntu 20.04.
- `kernelVersion > 5.12.0`: Check if `kernelVersion` value in the JSON output, regardless of OS, is greater than 5.12.0
- `ubuntu-16.04-kernel >= 4.14`: Detect whether Ubuntu 16.04 has a kernel version greater or equal to `4.14`. This string follows `<platform>-<platformVersion>-kernel = <platformVersion>` format.
- `ubuntu-16.04-kernel >= 4.14`: Detect whether Ubuntu 16.04 has a kernel version greater or equal to `4.14`. This string follows `<platform>-<platformVersion>-kernel = <kernelVersion>` format.

### Example Analyzer Definition

Expand Down

0 comments on commit 29d59e1

Please sign in to comment.