diff --git a/archived/cloud-functions-github-auto-deployer/README.md b/archived/cloud-functions-github-auto-deployer/README.md new file mode 100644 index 0000000000..df3860e800 --- /dev/null +++ b/archived/cloud-functions-github-auto-deployer/README.md @@ -0,0 +1,4 @@ +This tutorial was moved into the archived folder because of a security vulnerability in one of its dependencies, minimist: +https://github.com/GoogleCloudPlatform/community/network/alert/tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock/minimist/open + +To republish this tutorial, first ensure that this security vulnerability has been addressed. diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json b/archived/cloud-functions-github-auto-deployer/auto-deployer/config.json similarity index 99% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json rename to archived/cloud-functions-github-auto-deployer/auto-deployer/config.json index 63776c9c72..4a0b6f5875 100644 --- a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json +++ b/archived/cloud-functions-github-auto-deployer/auto-deployer/config.json @@ -14,4 +14,4 @@ "functionName":"[YOUR_FUNCTION_NAME_N]" } ] -} \ No newline at end of file +} diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/index.js b/archived/cloud-functions-github-auto-deployer/auto-deployer/index.js similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/index.js rename to archived/cloud-functions-github-auto-deployer/auto-deployer/index.js diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/package.json b/archived/cloud-functions-github-auto-deployer/auto-deployer/package.json similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/package.json rename to archived/cloud-functions-github-auto-deployer/auto-deployer/package.json diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock b/archived/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock rename to archived/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock diff --git a/tutorials/cloud-functions-github-auto-deployer/index.md b/archived/cloud-functions-github-auto-deployer/index.md similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/index.md rename to archived/cloud-functions-github-auto-deployer/index.md diff --git a/tutorials/cloud-functions-github-auto-deployer/sample-function/index.js b/archived/cloud-functions-github-auto-deployer/sample-function/index.js similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/sample-function/index.js rename to archived/cloud-functions-github-auto-deployer/sample-function/index.js