violation-comments-to-bitbucket-server-command-line 1.40.2 → 1.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1-javadoc.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1-javadoc.jar.asc +11 -0
- package/build/libs/{violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar → violation-comments-to-bitbucket-server-command-line-1.41.1-sources.jar} +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1-sources.jar.asc +11 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1-tests.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1-tests.jar.asc +11 -0
- package/build/libs/{violation-comments-to-bitbucket-server-command-line-1.40.2.jar → violation-comments-to-bitbucket-server-command-line-1.41.1.jar} +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.1.jar.asc +11 -0
- package/package.json +2 -2
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-tests.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-tests.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2.jar.asc +0 -11
package/README.md
CHANGED
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
[ ](https://www.npmjs.com/package/violation-comments-to-bitbucket-server-command-line)
|
|
4
4
|
[](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-server-command-line)
|
|
5
|
+
[](https://www.npmjs.com/package/violation-comments-to-bitbucket-server-command-line)
|
|
6
|
+
[](https://hub.docker.com/r/tomasbjerre/violation-comments-to-bitbucket-server-command-line/)
|
|
5
7
|
|
|
6
8
|
Report static code analysis to Bitbucket Server. It uses the [Violations Lib](https://github.com/tomasbjerre/violations-lib).
|
|
7
9
|
|
|
8
10
|

|
|
9
11
|
|
|
10
|
-
The runnable can be found in [
|
|
12
|
+
- The runnable `jar` can be found in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22violation-comments-to-bitbucket-server-command-line%22) and used like `java -jar violation-comments-to-bitbucket-server-command-line-*.jar ....`.
|
|
13
|
+
- The runnable can be found in [NPM](https://www.npmjs.com/package/violation-comments-to-bitbucket-server-command-line).
|
|
14
|
+
- The `Docker` image can be found in [Dockerhub](https://hub.docker.com/r/tomasbjerre/violation-comments-to-bitbucket-server-command-line) and used like `docker run --mount src="$(pwd)",target=/usr/src/violation-comments-to-bitbucket-server-command-line,type=bind tomasbjerre/violation-comments-to-bitbucket-server-command-line:X`.
|
|
11
15
|
|
|
12
16
|
Run it with:
|
|
13
17
|
|
|
@@ -47,6 +51,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
47
51
|
| --- | --- | ---
|
|
48
52
|
| [_ARM-GCC_](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm) | `CLANG` |
|
|
49
53
|
| [_AndroidLint_](http://developer.android.com/tools/help/lint.html) | `ANDROIDLINT` |
|
|
54
|
+
| [_Ansible-Later_](https://github.com/thegeeklab/ansible-later) | `ANSIBLELATER` | With `json` format
|
|
50
55
|
| [_AnsibleLint_](https://github.com/willthames/ansible-lint) | `FLAKE8` | With `-p`
|
|
51
56
|
| [_Bandit_](https://github.com/PyCQA/bandit) | `CLANG` | With `bandit -r examples/ -f custom -o bandit.out --msg-template "{abspath}:{line}: {severity}: {test_id}: {msg}"`
|
|
52
57
|
| [_CLang_](https://clang-analyzer.llvm.org/) | `CLANG` |
|
|
@@ -59,6 +64,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
59
64
|
| [_CodeClimate_](https://codeclimate.com/) | `CODECLIMATE` |
|
|
60
65
|
| [_CodeNarc_](http://codenarc.sourceforge.net/) | `CODENARC` |
|
|
61
66
|
| [_Dart_](https://dart.dev/) | `MACHINE` | With `dart analyze --format=machine`
|
|
67
|
+
| [_Dependency Check_](https://jeremylong.github.io/DependencyCheck/) | `SARIF` | Using `--format SARIF`
|
|
62
68
|
| [_Detekt_](https://github.com/arturbosch/detekt) | `CHECKSTYLE` | With `--output-format xml`.
|
|
63
69
|
| [_DocFX_](http://dotnet.github.io/docfx/) | `DOCFX` |
|
|
64
70
|
| [_Doxygen_](https://www.stack.nl/~dimitri/doxygen/) | `CLANG` |
|
|
@@ -109,6 +115,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
109
115
|
| [_SARIF_](https://github.com/oasis-tcs/sarif-spec) | `SARIF` | v2.x. Microsoft Visual C# can generate it with `ErrorLog="BuildErrors.sarif,version=2"`.
|
|
110
116
|
| [_SbtScalac_](http://www.scala-sbt.org/) | `SBTSCALAC` |
|
|
111
117
|
| [_Scalastyle_](http://www.scalastyle.org/) | `CHECKSTYLE` |
|
|
118
|
+
| [_Semgrep_](https://semgrep.dev/) | `SEMGREP` | With `--json`.
|
|
112
119
|
| [_Simian_](http://www.harukizaemon.com/simian/) | `SIMIAN` |
|
|
113
120
|
| [_Sonar_](https://www.sonarqube.org/) | `SONAR` | With `mvn sonar:sonar -Dsonar.analysis.mode=preview -Dsonar.report.export.path=sonar-report.json`. Removed in 7.7, see [SONAR-11670](https://jira.sonarsource.com/browse/SONAR-11670) but can be retrieved with: `curl --silent 'http://sonar-server/api/issues/search?componentKeys=unique-key&resolved=false' \| jq -f sonar-report-builder.jq > sonar-report.json`.
|
|
114
121
|
| [_Spotbugs_](https://spotbugs.github.io/) | `FINDBUGS` |
|
|
@@ -121,7 +128,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
121
128
|
| [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable`
|
|
122
129
|
| [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` |
|
|
123
130
|
|
|
124
|
-
|
|
131
|
+
51 parsers and 78 reporters.
|
|
125
132
|
|
|
126
133
|
Missing a format? Open an issue [here](https://github.com/tomasbjerre/violations-lib/issues)!
|
|
127
134
|
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJlBqSjAAoJEJxRmnfYMAu7iEAH/ie3Ul+YdymabdR7qXIeDO23
|
|
5
|
+
LKCqaDJbsbX3IjZphXajwSepkNFOBOkN1EFslkb1NeKuVstnTQru4MIbTFD7FBfN
|
|
6
|
+
MA7RnonJJ/POIkwZYSNoANtZITwoPueS4MC212rjP/uAVtN1gBVbkR9YJ2z4TXYs
|
|
7
|
+
nmJavA0tqeUFucnYSvVoA+GJ2G9LgcnvA3UQuSFOV4TiCIEYVICCd0OaslO52SLq
|
|
8
|
+
be2+vU53urysWN4dPAL6zMwYJDGWA3U22+t3TV5c3LvyoIrFh3S5f3/7CZatFfjr
|
|
9
|
+
Wwh6Hhq7vnVbxzmZlf+34tBvaPNh7EfmC1YleMtt0B5XZcZXoVdaClinA2iwyTs=
|
|
10
|
+
=gcsq
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJlBqSjAAoJEJxRmnfYMAu7f4QH/jdt3PfMf4bQx/kYVmlxMv14
|
|
5
|
+
KdKTZ3BKRpmVQZAtiJDHCi3D4rL+eWHqplbrqbO2f3Tuxv1dZDf4GdRQaw4JjfEL
|
|
6
|
+
ajamoTxB+WWphLJ63EtJtPNQe6dVWrOpxDirl8kfax+G55FQidfZt1Q4JIEpnuow
|
|
7
|
+
8nLycgzE42SpUVqVkHmXgtRo5jZj6cMJjG/xGxlyrKsYjkFwg2XXWDM2NTk9zQsA
|
|
8
|
+
QUo1lVsK0w/e9nGkibA8CLY5GEhWu7SBqociuQ0aPP0Bc/824fzVK10U2DoOaMa/
|
|
9
|
+
4JilT0L8wSrrYzFlOGRb9YiJvsDCt0ZRfz5A+YsWTrKqqhdAUEqZHoOOc7rsbRI=
|
|
10
|
+
=dquq
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJlBqSjAAoJEJxRmnfYMAu78nYIAI7RwlTKk85/HGGqw8Haxihb
|
|
5
|
+
wzRXXda8WZEeiTFQcqQ9Z/32EUrxvdzyIubZUzd4fmRWBhXLdWTFoYjU6WnhzJoT
|
|
6
|
+
NjqESIv3HF+p5lSCkI1MDFxo+mNXaqLDQwgIiNhZ84dKyc3Z6aBrbBm/qTMrF0a1
|
|
7
|
+
0qa/ivA3TLXCijqUVWteHM/vPghY9HgjKUdwdPMB1GgNfvT6v0zLSfzzERdpDbuC
|
|
8
|
+
20P2vckGxp2VFjH7CXXtMOwdCejMxnR9TUT/HzKqsbxdCBfVst/uzUqDF1rSfsgS
|
|
9
|
+
PynORnLqFhzsUlwE7NYSfUMA0YPyyjk0Bq1Dr7boAsE4/DfAr5eQVwdeiU4JwsE=
|
|
10
|
+
=WM8N
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJlBqSjAAoJEJxRmnfYMAu7l1AH/2xZiC9kLbrnmAV2hA8rHDfF
|
|
5
|
+
0oOk6c0dPe38/ABU8n6FTiyIaFrqwaeLjVN+JPDHCdIiiYMCAjaWIK+Lp8h4AdDi
|
|
6
|
+
h0Ool+RJ0lcuxBUj1yVn0T3AJ8gbjudSMdBvaKKEWKouYgkZsTxHTe7hePYmVQJy
|
|
7
|
+
wZjsvbwub5nb7EVwxYRxVVf+igxCTkF3LmktB4HYrh5JAqhyKnCXWAD9svuXQiL3
|
|
8
|
+
ej5JVbpA7LwhWBl3EgaaXkpPW7JOzpE4gtsvxOL5uzqWxinmocR5q6tjHqowFnnr
|
|
9
|
+
C1ML9ZqQXTLxM/rrM5rIqS1qSSDqfaKItBcsmBHo+bus9AboN9oy0Dae2SD7LKI=
|
|
10
|
+
=x8fq
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.41.1",
|
|
3
3
|
"name": "violation-comments-to-bitbucket-server-command-line",
|
|
4
4
|
"homepage": "https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-command-line",
|
|
5
5
|
"repository": "https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-command-line",
|
|
6
6
|
"author": "Tomas Bjerre",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Report static code analysis to Bitbucket Server.",
|
|
8
8
|
"runnable-jar-regexp": ".*build/libs/.*\\d+\\.\\d+\\.\\d+\\.jar$",
|
|
9
9
|
"files": [
|
|
10
10
|
"build/libs"
|
|
Binary file
|
package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar.asc
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7bL0IAJqYR+pcouFGR7IkYnfr6ruq
|
|
5
|
-
wsiwLbjyno9/MfeJUN2yA+5e5NylAERpKLa7uUPEmblF+5AX0zSF//Suy3iBwUb+
|
|
6
|
-
TlZnLoiWP6uY8VT/TRkmHm/YnoYoLkbOkZnKAcZnpc4wfq4u+EZEMR7O6IdkodlI
|
|
7
|
-
Wkefyuah4qKY99ifPib5kuUsxE8U0Z4zLkDP6NMdVxDbNIv33W4tSDp6K/MhoPe5
|
|
8
|
-
fP5XrRgvSSq10PJatACwEL3IQ6YZJcRkBCg2Qv38M5zDtFFhpyZUfe1wMDFQZVL1
|
|
9
|
-
P63796ceyAOdDYCYnSzEKtYWyIlHpJ9mEvURskkrqTXW6dfT71e6KTtE7n/t1Xs=
|
|
10
|
-
=IRoT
|
|
11
|
-
-----END PGP SIGNATURE-----
|
package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar.asc
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7LfwH/j3MsyebaWS9Au6JKnW+3fcW
|
|
5
|
-
jtuLgHQtsdjEwRVhBiGQPTh8DOVqX6hH4Hco9DX5AeaZpEvieu0SqyKXtW1cGbxa
|
|
6
|
-
GaXpNx5HAiHHyGgBgUflX1vlhpvbD5H2Tvk+ibSIHBuUkh8ZxEYf+e8/FgYisMR5
|
|
7
|
-
K5NSw1AzXDxMwz73j0aCDrTdzGxIUcTmSUYD7ozRG4ml6cccG3LYpTEv9pK14smk
|
|
8
|
-
rsYO9bXW67Srn3TktOSqz3i9Cc93qw1ZPLPNhgF3xBTAPC5IIsKZ+gSAIUHUlDDD
|
|
9
|
-
GlxCZitb6hh37Pe/5ZTfk32UjLRrK/8H1L+gJeZQbCsxnX9IYLDFgNv9f2Jhgpo=
|
|
10
|
-
=0f/w
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7ToQH/Anyo0MAvBLM8/vDtPdGJ2IA
|
|
5
|
-
aAiaj9qHrLdet+PS4FxZV9UXMR5P+lJHSc1uooUidIyHg6NMPPJ+cSNNBwYMYSW3
|
|
6
|
-
URaL1O5S1DrVxRQr6ZZjb3KAX8blSDOTqkjhfc1YVFYlL7GIIY0Wh/TtnG2tb/SW
|
|
7
|
-
+noVgii5FOMevwRv6mR2wlgFOxoveTInX7b/xfDdo82jt+RdVg0OIFl6oLLzby6n
|
|
8
|
-
OVh3Jy4NwksjHZFr22XwMlPV8dGy0VyIHgl1C7XvBzUUrItZoEWyRkKCsjS3Q3Aj
|
|
9
|
-
GPeJqFI1LnPSI4scn2ByBbSD6yo6P0CIDk5RclamTvEBPRls/2SImMTrN71eRrc=
|
|
10
|
-
=xepR
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7DP0H/3DYgppPSxVr2gJFpJN1CcL1
|
|
5
|
-
NL1HGeYviIF5prslh/vr14iW+PNypMRAPamLUDuooV16Hvq6aJfWzMpiYQAOTlla
|
|
6
|
-
4wErzQztmYW2QC4kDIAMqZps1wvNgl0IsSFfNOqdPge38lzQXRct3RKsaPRa5nUW
|
|
7
|
-
X735dxNsEa6he6fz+6T1T8DQe9FuoH5NRN5KqyByTOJSsG1SMcZR6wVY/5K4HwYA
|
|
8
|
-
nlm+0yEnLzc96bJMUsLfIaIADtBNF4SmARQE7wLO5QoMK/yxrTs1hBdgQ6ud1oEO
|
|
9
|
-
Tq77x84jmEmkS6rvZTZw3awj+JZJ1eY28jgQt7gsrP4EHd063IaOt3TQcKd+mJQ=
|
|
10
|
-
=CCHx
|
|
11
|
-
-----END PGP SIGNATURE-----
|