scaffolder-backend: add initial SecureTemplater implementation

Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-11-19 17:50:25 +01:00
parent d6da7d706d
commit 21b54689c6
3 changed files with 78 additions and 1 deletions
+2 -1
View File
@@ -69,7 +69,8 @@
"octokit-plugin-create-pull-request": "^3.10.0",
"uuid": "^8.2.0",
"winston": "^3.2.1",
"yaml": "^1.10.0"
"yaml": "^1.10.0",
"vm2": "^3.9.5"
},
"devDependencies": {
"@backstage/cli": "^0.9.0",