JavaScript code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
Перейти к файлу
Chris Meyer 0ff663e507
Bump package version to 3.0.1 (#84)
* Update package.json

* Update package.json

---------

Co-authored-by: Michael C. Fanning <mikefan@microsoft.com>
2024-04-11 14:00:14 -10:00
.github Removing myself and adding EasyRhinoMSFT (Chris Meyer) (#62) 2022-05-25 14:09:42 -07:00
packages Bump package version to 3.0.1 (#84) 2024-04-11 14:00:14 -10:00
types Adds a new package: @microsoft/jest-sarif (#9) 2021-04-14 17:13:08 -07:00
.editorconfig Repository infrastructure setup (#1) 2021-03-24 13:25:58 -07:00
.eslintignore Repository infrastructure setup (#1) 2021-03-24 13:25:58 -07:00
.eslintrc Adds a new package: @microsoft/jest-sarif (#9) 2021-04-14 17:13:08 -07:00
.gitattributes Setup basic GitHub Actions CI (#4) 2021-03-24 16:34:34 -07:00
.gitignore Update .gitignore to ensure inclusion of package files (#6) 2021-03-24 18:53:03 -04:00
.prettierrc.js Repository infrastructure setup (#1) 2021-03-24 13:25:58 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-18 15:28:12 -07:00
LICENSE Initial LICENSE commit 2021-03-18 15:28:13 -07:00
README.md Update release-it setup to each package vs monorepo (#55) 2022-04-29 10:04:05 -07:00
RELEASE.md Release 1.0.0-beta.0 (#19) 2021-04-27 13:16:32 -07:00
SECURITY.md Initial SECURITY.md commit 2021-03-18 15:28:13 -07:00
SUPPORT.md Initial SUPPORT.md commit 2021-03-18 15:28:14 -07:00
package-lock.json chore(deps-dev): Bump semver-regex from 3.1.3 to 3.1.4 (#63) 2022-07-18 12:09:34 -07:00
package.json Resets root level version number (#56) 2022-04-29 10:49:18 -07:00
tsconfig-base.json Adds new package @microsoft/sarif-matcher-utils (#59) 2022-05-23 17:42:21 -07:00
tsconfig.json Adds new package @microsoft/sarif-matcher-utils (#59) 2022-05-23 17:42:21 -07:00

README.md

SARIF JS SDK

JavaScript code and supporting files for working with the 'Static Analysis Results Interchange Format' SARIF.

Package Version Description
@microsoft/jest-sarif Version Custom SARIF matchers for Jest.
@microsoft/sarif-builder Version A builder library for authoring SARIF logs.
@microsoft/eslint-formatter-sarif Version A formatter for ESLint that produces output in the SARIF logs.

Development

This project uses the Volta tool manager to manage the tool dependencies in this project. This allows us to maintain consistency when developing across contributors.

The tool manager is available at volta.sh. Contributors should ensure this is installed before working in this project.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.