https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-lib
A library for commenting Bitbucket Cloud with violations from static code analyzer reports.
https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-lib
bitbucket-cloud static-code-analysis
Last synced: about 2 months ago
JSON representation
A library for commenting Bitbucket Cloud with violations from static code analyzer reports.
- Host: GitHub
- URL: https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-lib
- Owner: tomasbjerre
- License: apache-2.0
- Created: 2019-06-02T16:55:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T15:08:58.000Z (3 months ago)
- Last Synced: 2025-09-02T10:56:18.354Z (about 2 months ago)
- Topics: bitbucket-cloud, static-code-analysis
- Language: Java
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Violation Comments to Bitbucket Cloud Lib
[](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-cloud-lib)
This is a library that adds violation comments from static code analysis to Bitbucket Cloud.
It uses [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib) and supports the same formats as [Violations Lib](https://github.com/tomasbjerre/violations-lib).
It uses Bitbucket Cloud API found [here](https://github.com/tomasbjerre/bitbucket-cloud-java-rest-api).
## Usage
This software can be used:
* From [Command Line](https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-command-line)