
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@probot/get-private-key
Advanced tools
Get private key from a path, environment variables, or a `*.pem` file in the current working directory
Get private key from a file path, environment variables, or a
*.pem
file in the current working directory
Finds a private key through various user-(un)specified methods. Order of precedence:
PRIVATE_KEY
environment variable or explicit env.PRIVATE_KEY
option. The private key can optionally be base64 encoded.PRIVATE_KEY_PATH
environment variable or explicit env.PRIVATE_KEY_PATH
option.pem
extension in current working dirSupports both PKCS1 (i.e -----BEGIN RSA PRIVATE KEY-----
) and PKCS8 (i.e -----BEGIN PRIVATE KEY-----
).
Browsers |
|
---|---|
Node |
Install with
|
const probot = new Probot({
appId: 123,
privateKey: getPrivateKey(),
});
name | type | description |
---|---|---|
options.filepath
|
string |
Pass a path to a
|
options.cwd
|
string |
Defaults to
|
options.env
|
object |
Defaults to
|
FAQs
Get private key from a path, environment variables, or a `*.pem` file in the current working directory
The npm package @probot/get-private-key receives a total of 24,518 weekly downloads. As such, @probot/get-private-key popularity was classified as popular.
We found that @probot/get-private-key demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.