New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adrianjost/report-viewer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adrianjost/report-viewer

upload your html reports

0.2.4
latest
Source
npm
Version published
Maintainers
1
Created
Source

@adrianjost/report-viewer

npm (scoped) npm npm bundle size (scoped)

Usage

Add the following things to your CI:

  • Install Upload Script npm i -g @adrianjost/report-viewer
  • set enviroment variables
  • run upload script rv-upload -F test/output/** (check CLI options below)

Enviroment Variables

variabledescripton
REPORT_VIEWER_TOKENyour personal authorization token. You can also pass it using the CLI
REPORT_VIEWER_ORGGit organization/username e.g. adrianjost for https://github.com/adrianjost
REPORT_VIEWER_REPOGit repo name e.g. report-viewer for https://github.com/adrianjost/report-viewer
REPORT_VIEWER_BRANCHGit branch name e.g. master for branch builds (only for branch builds)
REPORT_VIEWER_PULLGit number of the pull request for pull builds e.g. 59 for pull 59 (only for pull request builds)
REPORT_VIEWER_COMMITGit commit hash (sha) e.g. 35e32b6a00dec02ae7d7c45c6b7106779a124685

Note: for the following CI services, you do not need to specify the variables REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG:

Feel free to contribute more by creating a pull request or issue.

CLI Options

nameshorthandrequireddescription
--file-Fglob pattern for all files that should be uploaded
--token-Tyour personal authorization token. You can also pass it as a enviroment variable (REPORT_VIEWER_TOKEN)
--ignore-Iglob pattern for all files matched by the file parameter that should not be uploaded
--no-predefined-ignoreif defined, the predefined ignore patterns get ignored

Dev-Setup

# install dependencies
npm i

# initially build project
npm run build

# link bin script
npm link

# start developing
npm run dev

# test current build
rv-upload -F dist/*.js

FAQs

Package last updated on 24 Sep 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