-
- Downloads
Added sonarqube check
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
"description": "Simple Config Log with HashiCorp Vault support", | "description": "Simple Config Log with HashiCorp Vault support", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "jest" | "test": "jest", | ||
"sonarqube": "sonar-scanner -Dsonar.projectKey=config -Dsonar.sources=. -Dsonar.host.url=https://it-devops-01.br-edv.brnet.int:8999 -Dsonar.login=gitlab" | |||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"config", | "config", | ||
... | @@ -14,6 +15,7 @@ | ... | @@ -14,6 +15,7 @@ |
"author": "Dominik Sigmund", | "author": "Dominik Sigmund", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"lodash.merge": "^4.6.2", | |||
"vault": "^0.3.0" | "vault": "^0.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment