New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

buildtrigger

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildtrigger

make sure the local has all the environment variables on cloud function (GCP_KEY) ### dont have access to cloud function 1. create key for service account `buildtrigger`, 2. base64 encode the private key using javascript `btoa()` function ```btoa("-----BE

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

before run test you have to get gcp credential

have access to cloud function

make sure the local has all the environment variables on cloud function (GCP_KEY)

dont have access to cloud function

  • create key for service account buildtrigger,
  • base64 encode the private key using javascript btoa() function btoa("-----BEGIN PRIVATE KEY-----\nMII123456\n-----END PRIVATE KEY------")
  • export GCP_KEY=base64keyoutput

FAQs

Package last updated on 30 May 2019

Did you know?

Socket

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.

Install

Related posts