diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..f158558 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,25 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python 调试程序: 当前文件", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal" + }, + { + "name": "Deploy Cloud Function", + "type": "cloudcode.cloudfunctions", + "request": "launch", + "functionName": "", + "gen": "", + "runtime": "", + "entryPoint": "", + "testInput": "" + } + ] +} diff --git a/README.md b/README.md index a46ae92..a14e606 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# .github \ No newline at end of file +# .github diff --git a/policies/platformcontext.yml b/policies/platformcontext.yml new file mode 100644 index 0000000..2a22ae6 --- /dev/null +++ b/policies/platformcontext.yml @@ -0,0 +1,10 @@ +name: platform_context +description: The context for GitOps platform, this will drive GitOps specific policies +owner: +resource: repository +where: +configuration: + platformContext: + active: true +onFailure: +onSuccess: