diff --git a/.codespellrc b/.codespellrc index 70595b2d1..e4d500e0a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock +skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock,./scripts check-filenames = true ignore-words-list = aks,ec2,eks,gce,gcp,ro,shouldnot,pullrequest,readd \ No newline at end of file diff --git a/scripts/kubebench-to-markdown.sh b/scripts/kubebench-to-markdown.sh index 2bb5db2be..f4b60757b 100755 --- a/scripts/kubebench-to-markdown.sh +++ b/scripts/kubebench-to-markdown.sh @@ -70,7 +70,7 @@ echo "$clean" | jq -c '.Controls[].tests[].results[]' | while read -r result; do echo ;; WARN) - # fix html special characters and mispellings + # fix html special characters and misspellings remediation=${remediation///>} remediation=${remediation/capabilites/capabilities}