ci: static-checks: add SECURITY.md to exclude list

This adds SECURITY.md to the list of GH-native files that should be excluded by
the reference checker.

Today this is useful for downstreams who already have a SECURITY.md file for
compliance reasons. When Kata onboards that file, this commit will also be
required.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2025-08-05 16:25:05 -05:00
parent af01434226
commit e3b4d87b6d

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$)