Merge pull request #11666 from kata-containers/sprt/static-check-exclude-security-md

ci: static-checks: add SECURITY.md to exclude list
This commit is contained in:
Aurélien Bombo
2025-08-08 12:50:29 -05:00
committed by GitHub

View File

@@ -780,6 +780,7 @@ static_check_docs()
exclude_doc_regexs+=(^CODE_OF_CONDUCT\.md$)
exclude_doc_regexs+=(^CONTRIBUTING\.md$)
exclude_doc_regexs+=(^SECURITY\.md$)
# Magic github template files
exclude_doc_regexs+=(^\.github/.*\.md$)