Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@featurepeek/circleci

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurepeek/circleci

For GitHub and CircleCI. See [documentation](https://docs.featurepeek.com/docs/circleci/).

  • 0.0.9
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

@featurepeek/circleci

For GitHub and CircleCI. See documentation.

When a PR kicks of CI, and the build succeeds, artifacts are uploaded to CircleCI's artifacts service. Then our script sends a POST to https://api.featurepeek.com/api/v1/TBD/static/circleci with a body like

{ 
  "api_key": "abcd1234",
  "artifacts_url": "https://circleci.com/api/v1.1/project/github/featurepeek/wandb-core/8/artifacts",
  "cutdirs": 6,
  "org": "featurepeek",
  "repo": "wandb-core",
  "branch": "new-feature-branch",
}

Let me know if you want more info here. These Built-in Env Vars are helpful and easy to add.

cutdirs is passed to wget. It's useful for trimming off the initial 0/root/project at the front of every artifacts path. You'll only need it if you do indeed use wget. wget is useful because it retains directory hierarchy of the artifacts instead of saving everything in a flat directory. But if you don't use wget, you can ignore it.

See the download.sh file for bash script to download the files saved in artifacts.

FAQs

Package last updated on 08 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc