JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q36914F
  • License Apache-2.0

Extension Pack for an Atomist SDM to receive and act on JFrog Xray violation events

Package Exports

  • @atomist/sdm-pack-xray

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@atomist/sdm-pack-xray) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@atomist/sdm-pack-xray

atomist sdm goals npm version

Atomist software delivery machine (SDM) extension Pack for an Atomist SDM to receive and act on JFrog Xray violation events.

See the [Atomist documentation][atomist-doc] for more information on what SDMs are and what they can do for you using the Atomist API for software.

Usage

  1. First install the dependency in your SDM project
$ npm install @atomist/sdm-pack-xray
  1. Install the support
import { xraySupport } from "@atomist/sdm-pack-xray";

sdm.addExtensionPacks(
    xraySupport()
);
  1. Add configuration to your client configuration
// no configuration needed

Support

General support questions should be discussed in the #support channel in the Atomist community Slack workspace.

If you find a problem, please create an issue.

Development

You will need to install Node to build and test this project.

Build and test

Use the following package scripts to build, test, and perform other development tasks.

Command Reason
npm install install project dependencies
npm run build compile, test, lint, and generate docs
npm run lint run TSLint against the TypeScript
npm run compile generate types from GraphQL and compile TypeScript
npm test run tests
npm run autotest run tests every time a file changes
npm run clean remove files generated during build

Release

Releases are handled via the Atomist SDM. Just press the 'Approve' button in the Atomist dashboard or Slack.


Created by Atomist. Need Help? Join our Slack team.