Skip to content

Commit

Permalink
fix the broken documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Nandle <[email protected]>
  • Loading branch information
Prateeknandle committed Mar 15, 2024
1 parent d445bd1 commit f31e05a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
The KubeArmor plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

> [KubeArmor](https://docs.kubearmor.io/kubearmor/) is a security solution for the Kubernetes and cloud native platforms that helps protect your workloads from attacks and threats. It does this by providing a set of hardening policies that are based on industry-leading compliance and attack frameworks such as CIS, MITRE, NIST-800-53, and STIGs. These policies are designed to help you secure your workloads in a way that is compliant with these frameworks and recommended best practices.
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/provisioner/kubearmor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: `kubearmor`

The `kubearmor` Packer provisioner will configure the build and provide the [KubeArmor Hardening Host Security Policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide). These hardening policies will be in the context of your workload, so you can see how they will be applied and what impact they will have on your system. This allows you to make informed decisions about which policies to apply, and helps you understand the trade-offs between security and functionality.
The KubeArmor provisioner will configure the build and provide the [KubeArmor Hardening Host Security Policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide). These hardening policies will be in the context of your workload, so you can see how they will be applied and what impact they will have on your system. This allows you to make informed decisions about which policies to apply, and helps you understand the trade-offs between security and functionality.


<!-- Provisioner Configuration Fields -->
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KubeArmor Plugins
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

Expand Down Expand Up @@ -51,5 +51,5 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins

### Provisioners

- [kubearmor](/packer/integrations/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
Packer builds and provide the packer builds KubeArmor Host Security Policies.

0 comments on commit f31e05a

Please sign in to comment.