Fixed linter errors
Some checks reported errors
--> Linted: ANSIBLE No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: MARKDOWN No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE Errors were detected, please view logs
Lint Code Base / run-lint (push) Failing after 36s
Some checks reported errors
--> Linted: ANSIBLE No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: MARKDOWN No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE Errors were detected, please view logs
Lint Code Base / run-lint (push) Failing after 36s
This commit is contained in:
parent
3f8c06cfe4
commit
8f56a7e2a7
12
README.md
12
README.md
@ -2,10 +2,10 @@
|
|||||||
[](https://github.com/marketplace/actions/super-linter)
|
[](https://github.com/marketplace/actions/super-linter)
|
||||||
## Usage
|
## Usage
|
||||||
From the `terraform/` folder:
|
From the `terraform/` folder:
|
||||||
```
|
```shell
|
||||||
$ terraform init
|
terraform init
|
||||||
$ terraform plan
|
terraform plan
|
||||||
$ terraform apply
|
terraform apply
|
||||||
```
|
```
|
||||||
|
|
||||||
## Decisions and goals
|
## Decisions and goals
|
||||||
@ -27,8 +27,8 @@ The Terraform script roughly follows these steps:
|
|||||||
5. Copy the helm folder to the master node and install helm.
|
5. Copy the helm folder to the master node and install helm.
|
||||||
### Next steps
|
### Next steps
|
||||||
The script currently lacks:
|
The script currently lacks:
|
||||||
- [ ] Capability of deploying an Helm application;
|
- [ ] Capability of deploying an Helm application;
|
||||||
- [ ] Usage of Terraform outputs to populate Ansible files;
|
- [ ] Usage of Terraform outputs to populate Ansible files;
|
||||||
|
|
||||||
### CIS Kubernetes Benchmark
|
### CIS Kubernetes Benchmark
|
||||||
The CIS Benchamrk is one of (if not the) most popular benchmarks publicly available, and also has a simple way to implement it in a deployment pipeline using the [kube-bench](https://github.com/aquasecurity/kube-bench) implementation.
|
The CIS Benchamrk is one of (if not the) most popular benchmarks publicly available, and also has a simple way to implement it in a deployment pipeline using the [kube-bench](https://github.com/aquasecurity/kube-bench) implementation.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user