mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
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:
@@ -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$)
|
||||
|
Reference in New Issue
Block a user