mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
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:
parent
af01434226
commit
e3b4d87b6d
@ -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$)
|
||||
|
Loading…
Reference in New Issue
Block a user