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 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
- First install the dependency in your SDM project
$ npm install @atomist/sdm-pack-xray- Install the support
import { xraySupport } from "@atomist/sdm-pack-xray";
sdm.addExtensionPacks(
xraySupport()
);- Add configuration to your client configuration
// no configuration neededSupport
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.