Socket
Socket
Sign inDemoInstall

npm-audit-reporter-teamcity

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-audit-reporter-teamcity

generate TeamCity code inspections from the output of `npm audit`


Version published
Weekly downloads
913
decreased by-23.02%
Maintainers
1
Weekly downloads
 
Created
Source

npm audit reporter for TeamCity

Build Status NPM version

Generates TeamCity inspections from the npm audit report Demo report

Installation

  1. Install packages
npm i npm-audit-reporter-teamcity
  1. Add npm scripts to run checks locally and in a CI server, e.g.:
"audit:ci": "npm audit --json|npm-audit-reporter-teamcity"
  1. Configure build step in TeamCity e.g. Command Line runner with script to install dependencies and run checks:
npm install
npm run audit:ci

Configuration

Put npm-audit-reporter.conf.json config file in a project root directory to override any of the dafault values:

{
  "inspectionTypeId": "npm-audit-security-inspection",
  "inspectionName": "NPM audit security inspection",
  "inspectionCategory": "security",
  "inspectionSeverity": "WARNING",
}
  • To debug provide truthy DEBUG env variable (e.g. DEBUG=1 npm run audit:ci)

Keywords

FAQs

Package last updated on 10 Jan 2023

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