Add handeling for open ssh format

This commit is contained in:
Jill Regan
2026-02-22 12:20:59 -05:00
parent db4ac8464b
commit e7517d7b3e
6 changed files with 226 additions and 5 deletions

View File

@@ -46,13 +46,15 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.2",
"dotenv": "^17.2.2"
"dotenv": "^17.2.2",
"sshpk": "^1.18.0"
},
"devDependencies": {
"@1password/eslint-config": "^4.3.1",
"@1password/prettier-config": "^1.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/sshpk": "^1.17.4",
"@vercel/ncc": "^0.38.1",
"husky": "^9.0.11",
"jest": "^29.7.0",