docs(security): add security doc to website (#9209)

This commit is contained in:
RyanHolstien 2023-11-09 13:58:12 -06:00 committed by GitHub
parent e494a9cc10
commit 2187d24b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,6 @@ function list_markdown_files(): string[] {
/^docker\/(?!README|datahub-upgrade|airflow\/local_airflow)/, // Drop all but a few docker docs.
/^docs\/docker\/README\.md/, // This one is just a pointer to another file.
/^docs\/README\.md/, // This one is just a pointer to the hosted docs site.
/^SECURITY\.md$/,
/^\s*$/, //Empty string
];

View File

@ -546,6 +546,7 @@ module.exports = {
"docs/CONTRIBUTING",
"docs/links",
"docs/rfc",
"SECURITY",
],
},
{