diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..227a14d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +* @jupiterone/sre + +CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..b01c1fe --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: "3.0.0" +info: + title: "Imagepullsecret Patcher" + description: "Automatically generated package.json, please edit manually" + x-cortex-git: + github: + repository: "JupiterOne/imagepullsecret-patcher" + x-cortex-owners: + - type: "group" + name: "JupiterOne/sre" + x-cortex-service-groups: "tier-4" + x-cortex-tag: "imagepullsecret-patcher" diff --git a/package.json b/package.json new file mode 100644 index 0000000..5218605 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "imagepullsecret-patcher", + "version": "0.0.0", + "description": "Automatically generated package.json, please edit manually", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/imagepullsecret-patcher.git" + }, + "license": "UNLICENSED" +} \ No newline at end of file