Skip to content

Commit 74a82dd

Browse files
Sumit Mishrawarp-agent
authored andcommitted
docs: Add CIS_HARDENING parameter to README
Add documentation for the CIS_HARDENING build parameter that enables CIS Ubuntu 22.04 LTS Benchmark security controls during image build. Note: Should be used for Palette appliance builds only. Co-Authored-By: Warp <[email protected]>
1 parent 613b709 commit 74a82dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,9 @@ cp .arg.template .arg
236236
| HTTPS_PROXY | URL of the HTTPS Proxy server to be used if needed (Optional) | string | |
237237
| NO_PROXY | URLS that should be excluded from proxying (Optional) | string | |
238238
| UPDATE_KERNEL | Determines whether to upgrade the Kernel version to the latest from the upstream OS provider | boolean | `false` |
239-
| DISABLE_SELINUX | Disable selinux in the operating system. Some applications (like Kubevirt) do not like selinux | boolean | `true` |
240-
| CLUSTERCONFIG | Path of the cluster config | string | |
239+
| DISABLE_SELINUX | Disable selinux in the operating system. Some applications (like Kubevirt) do not like selinux | boolean | `true` |
240+
| CIS_HARDENING | Enable CIS Benchmark hardening for the image. When set to `true`, applies CIS Ubuntu 22.04 LTS Benchmark security controls during the build. Only supported for Ubuntu 22.04. **Note: Should be used for Palette appliance builds only.** | boolean | `false` |
241+
| CLUSTERCONFIG | Path of the cluster config | string | |
241242
| IS_UKI | Build UKI(Trusted boot) images | boolean | `false` |
242243
| UKI_BRING_YOUR_OWN_KEYS | Bring your own public/private key pairs if this is set to true. Otherwise, CanvOS will generate the key pair. | boolean | `false` |
243244
| INCLUDE_MS_SECUREBOOT_KEYS | Include Microsoft 3rd Party UEFI CA certificate in generated keys | boolean | `true` |

0 commit comments

Comments
 (0)