dockstore / lambda

Till we find a better solution, backup and document AWS lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambda

Till we find a better solution, backup and document AWS lambdas

Installing git-secrets

Dockstore uses git-secrets to help make sure that keys and private data stay out of the source tree. To install and check for git secrets:

npm ci
npm run install-git-secrets

This should install git secrets into your local repository and perform a scan. If secrets are found, the run will error and output the potential secret to stdout. If you believe the scan is a false-positive, add the line glob to .gitallowed.

About

Till we find a better solution, backup and document AWS lambdas

License:Apache License 2.0


Languages

Language:JavaScript 47.1%Language:Java 43.0%Language:Python 8.3%Language:Shell 1.3%Language:WDL 0.4%